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

10 lines
199 B
PHP
Raw Normal View History

2024-08-29 15:43:12 +02:00
<?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']);
};