debug mode à false et faire en sorte de ne plus livrer app.php

This commit is contained in:
afornerot 2019-08-22 15:09:24 +02:00
parent 82b09a4fc1
commit 66b9eace68
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if (PHP_VERSION_ID < 70000) {
include_once __DIR__.'/../var/bootstrap.php.cache';
}
$kernel = new AppKernel('prod', true);
$kernel = new AppKernel('prod', false);
if (PHP_VERSION_ID < 70000) {
$kernel->loadClassCache();
}