|
@@ -14,7 +14,7 @@ |
|
|
block discarded – undo |
|
14
|
14
|
*/ |
|
15
|
15
|
public function createApplication(): Application |
|
16
|
16
|
{ |
|
17
|
|
- $app = require file_exists(__DIR__.'/../../../app/bootstrap.php') ? __DIR__.'/../../../app/bootstrap.php' : getcwd().'/app/bootstrap.php'; |
|
|
17
|
+ $app = require file_exists(__DIR__.'/../../../app/bootstrap.php') ? __DIR__.'/../../../app/bootstrap.php' : getcwd().'/app/bootstrap.php'; |
|
18
|
18
|
|
|
19
|
19
|
$app->make(Kernel::class)->bootstrap(); |
|
20
|
20
|
|
Please login to merge, or discard this patch.