reboot
All checks were successful
/ ls (pull_request) Successful in 25s
/ ls (push) Successful in 25s

This commit is contained in:
lubiana 2024-06-09 16:43:34 +02:00
parent 3e33b45161
commit e2a33be4f9
No known key found for this signature in database
90 changed files with 2842 additions and 6060 deletions

View file

@ -3,5 +3,5 @@
use App\Kernel;
require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
return static fn(array $context): Kernel
=> new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
return static fn(array $context): Kernel => new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);