Rapsys Git
/
airlibre
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
030b385
)
Readd config preload file
author
Raphaël Gertz
<git@rapsys.eu>
Tue, 27 Feb 2024 10:55:16 +0000
(11:55 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Tue, 27 Feb 2024 10:55:16 +0000
(11:55 +0100)
config/preload.php
[new file with mode: 0644]
patch
|
blob
diff --git a/config/preload.php
b/config/preload.php
new file mode 100644
(file)
index 0000000..
5ebcdb2
--- /dev/null
+++ b/
config/preload.php
@@ -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';
+}