Skip to content

Commit f184597

Browse files
committed
psr2
1 parent 2a4fd98 commit f184597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap/app.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
$app = new Laravel\Lumen\Application(
19-
realpath(__DIR__.'/../')
19+
realpath(__DIR__.'/../')
2020
);
2121

2222
// $app->withFacades();
@@ -93,7 +93,7 @@
9393
*/
9494

9595
$app->group(['namespace' => 'App\Http\Controllers'], function ($app) {
96-
require __DIR__.'/../app/Http/routes.php';
96+
require __DIR__.'/../app/Http/routes.php';
9797
});
9898

9999
return $app;

0 commit comments

Comments
 (0)