Browse Source

Shorten path line.

Taylor Otwell 10 years ago
parent
commit
aeda6b13cd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      bootstrap/start.php

+ 2 - 1
bootstrap/start.php

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