1
0
mirror of https://github.com/kevachat/webapp.git synced 2025-03-09 12:01:10 +00:00
2023-12-04 21:28:33 +02:00

6 lines
184 B
PHP

<?php
if (file_exists(dirname(__DIR__).'/var/cache/prod/App_KernelProdContainer.preload.php')) {
require dirname(__DIR__).'/var/cache/prod/App_KernelProdContainer.preload.php';
}