test cs-fixer

This commit is contained in:
2023-11-14 14:50:21 +01:00
parent 3e39c0ced7
commit 200ab836c7
5 changed files with 6 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ declare(strict_types=1);
use App\Kernel;
require __DIR__ . '/bootstrap.php';
require __DIR__.'/bootstrap.php';
$appKernel = new Kernel('test', false);
$appKernel->boot();