Change how bootstrap file is loaded.
This commit is contained in:
parent
227683be9f
commit
25a84bc000
|
@ -54,7 +54,9 @@
|
|||
|
|
||||
*/
|
||||
|
||||
require $app->getBootstrapFile();
|
||||
$framework = __DIR__.'/../vendor/laravel/framework/src';
|
||||
|
||||
require $framework.'/Illuminate/Foundation/start.php';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue