last changes since 6-2023
This commit is contained in:
parent
81e42b76f5
commit
148eb359ce
20 changed files with 27107 additions and 371 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue