last changes since 6-2023

This commit is contained in:
Kevin Adametz 2023-07-03 10:07:53 +02:00
parent 81e42b76f5
commit 148eb359ce
20 changed files with 27107 additions and 371 deletions

View file

@ -7,8 +7,7 @@ libxml_use_internal_errors(true);
/** @var \Composer\Autoload\ClassLoader $loader */
$loader = require __DIR__.'/../app/autoload.php';
include_once __DIR__.'/../var/bootstrap.php.cache';
$kernel = new AppKernel('dev', true);
$kernel = new AppKernel('prod', false);
$kernel->loadClassCache();
//$kernel = new AppCache($kernel);