Disable doctrine/annotations integration

This commit is contained in:
Alexander M. Turek
2023-07-25 02:32:18 +02:00
parent 2cf7ec6e8e
commit 7352991d17
20 changed files with 261 additions and 0 deletions
@@ -0,0 +1,5 @@
<?php
if (file_exists(dirname(__DIR__).'/var/cache/prod/App_KernelProdContainer.preload.php')) {
require dirname(__DIR__).'/var/cache/prod/App_KernelProdContainer.preload.php';
}