Browse Source

Update autoload.php

Victor Isadov 6 years ago
parent
commit
c5a4ed0424
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';