This commit is contained in:
lubiana 2024-02-05 16:16:43 +01:00
commit 203233d2ed
71 changed files with 8213 additions and 0 deletions

9
config/preload.php Normal file
View file

@ -0,0 +1,9 @@
<?php declare(strict_types=1);
if (
file_exists(
dirname(__DIR__) . '/var/cache/prod/App_KernelProdContainer.preload.php',
)
) {
require dirname(__DIR__) . '/var/cache/prod/App_KernelProdContainer.preload.php';
}