]> Raphaël G. Git Repositories - airlibre/commitdiff
Readd config preload file
authorRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 10:55:16 +0000 (11:55 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 10:55:16 +0000 (11:55 +0100)
config/preload.php [new file with mode: 0644]

diff --git a/config/preload.php b/config/preload.php
new file mode 100644 (file)
index 0000000..5ebcdb2
--- /dev/null
@@ -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';
+}