Shift cleanup

This commit is contained in:
Shift
2023-05-24 21:33:19 +00:00
parent 5faf49688d
commit fbf437ac99
11 changed files with 13 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ trait CreatesApplication
*/
public function createApplication(): Application
{
$app = require __DIR__.'/../bootstrap/app.php';
$app = require __DIR__ . '/../bootstrap/app.php';
$app->make(Kernel::class)->bootstrap();