Skip to content

Commit

Permalink
Just pass the base path.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Apr 23, 2015
1 parent 4dd289b commit d1b9f86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bootstrap/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
|
*/

$app = new Laravel\Lumen\Application;
$app = new Laravel\Lumen\Application(
realpath(__DIR__.'/../')
);

// $app->withFacades();

Expand Down

0 comments on commit d1b9f86

Please sign in to comment.