futtern/public/index.php
lubiana e2a33be4f9
All checks were successful
/ ls (pull_request) Successful in 25s
/ ls (push) Successful in 25s
reboot
2024-06-10 19:13:51 +02:00

7 lines
221 B
PHP

<?php declare(strict_types=1);
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']);