Browse Source

Merge pull request #4375 from decadence/patch-1

require_once /vendor/autoload.php
Taylor Otwell 6 years ago
parent
commit
d0ad72226e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bootstrap/autoload.php

+ 1 - 1
bootstrap/autoload.php

@@ -14,4 +14,4 @@ define('LARAVEL_START', microtime(true));
 |
 */
 
-require __DIR__.'/../vendor/autoload.php';
+require_once __DIR__.'/../vendor/autoload.php';