@@ -13,7 +13,7 @@ |
||
13 | 13 | */ |
14 | 14 | public function createApplication() |
15 | 15 | { |
16 | - $app = require __DIR__.'/../bootstrap/app.php'; |
|
16 | + $app = require __DIR__ . '/../bootstrap/app.php'; |
|
17 | 17 | |
18 | 18 | $app->make(Kernel::class)->bootstrap(); |
19 | 19 |