Fix break from #4226

This commit is contained in:
Josh Manders 2017-04-17 17:54:39 -05:00 committed by GitHub
parent d905b2e7be
commit 1b99d087ce

View File

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