Shorten path line.
This commit is contained in:
parent
ca744fc345
commit
aeda6b13cd
|
@ -54,7 +54,8 @@
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$framework = $app['path.base'].'/vendor/laravel/framework/src';
|
$framework = $app['path.base'].
|
||||||
|
'/vendor/laravel/framework/src';
|
||||||
|
|
||||||
require $framework.'/Illuminate/Foundation/start.php';
|
require $framework.'/Illuminate/Foundation/start.php';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue