Shorten path line.

This commit is contained in:
Taylor Otwell 2014-01-18 21:58:24 -06:00
parent ca744fc345
commit aeda6b13cd
1 changed files with 2 additions and 1 deletions

View File

@ -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';