We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec5c90 commit f82251fCopy full SHA for f82251f
config/preload.php
@@ -0,0 +1,5 @@
1
+<?php
2
+
3
+if (file_exists(dirname(__DIR__).'/var/cache/prod/App_KernelProdContainer.preload.php')) {
4
+ require dirname(__DIR__).'/var/cache/prod/App_KernelProdContainer.preload.php';
5
+}
0 commit comments