Browse Source

Fix break from #4226

Josh Manders 7 years ago
parent
commit
1b99d087ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      artisan

+ 1 - 1
artisan

@@ -13,7 +13,7 @@
 |
 */
 
-require __DIR__.'/bootstrap/autoload.php';
+require __DIR__.'/vendor/autoload.php';
 
 $app = require_once __DIR__.'/bootstrap/app.php';