blob: 9982c218d6969c72d4c91e3834e3f535e2dfe68b [file] [log] [blame]
<?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']);
};