Skip to content

Commit

Permalink
Merge pull request laravel#1879 from jasonlewis/fix/use-base-path-in-…
Browse files Browse the repository at this point in the history
…start

Use the base.path when loading the illuminate application.
  • Loading branch information
taylorotwell committed May 1, 2013
2 parents 048e332 + ed89cfb commit 5c340a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/start.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
|
*/

$framework = __DIR__.'/../vendor/laravel/framework/src';
$framework = $app['path.base'].'/vendor/laravel/framework/src';

require $framework.'/Illuminate/Foundation/start.php';

Expand Down

0 comments on commit 5c340a6

Please sign in to comment.