mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-05 15:10:16 +02:00
8 lines
210 B
PHP
8 lines
210 B
PHP
<?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';
|
|
}
|