This repository has been archived on 2025-01-31. You can view files and clone it, but cannot push or open issues or pull requests.
huy-getting-scammed/public/index.php
2024-08-29 15:43:12 +02:00

9 lines
199 B
PHP

<?php
use App\Kernel;
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
return function (array $context) {
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
};