Kumora/config/preload.php
Melaine Gérard 4cab96f9b6
All checks were successful
Apply PHP CS Fixer / php-cs-fixer (push) Successful in 1m33s
💄 Ajout PHP CS Fixer
2025-01-16 21:32:27 +01:00

8 lines
214 B
PHP
Executable File

<?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';
}