Files
LaLiga-BackEnd/public/index.php
T
2024-05-18 02:28:01 +02:00

10 lines
209 B
PHP

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