Shorten path line.
This commit is contained in:
@@ -54,7 +54,8 @@ $app->bindInstallPaths(require __DIR__.'/paths.php');
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$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';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user