fix artisan

This commit is contained in:
Taylor Otwell 2017-04-18 07:24:50 -05:00
parent cae94000ca
commit 100f71e71a
1 changed files with 1 additions and 1 deletions

View File

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