public/index.php line 6
<?phpuse App\Kernel;//$_SERVER['APP_RUNTIME_OPTIONS']['dotenv_path'] = 'env/.env';require_once dirname(__DIR__).'/vendor/autoload_runtime.php';return function (array $context) {// return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);};