1
0
mirror of https://github.com/kevachat/webapp.git synced 2025-03-11 21:11:03 +00:00

6 lines
184 B
PHP
Raw Permalink Normal View History

2023-12-04 21:28:33 +02:00
<?php
if (file_exists(dirname(__DIR__).'/var/cache/prod/App_KernelProdContainer.preload.php')) {
require dirname(__DIR__).'/var/cache/prod/App_KernelProdContainer.preload.php';
}