Skip to content

Commit 66b5913

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #825
2 parents 9a6440c + 3200b76 commit 66b5913

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

symfony/framework-bundle/4.2/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"/.env.*.local",
2424
"/%CONFIG_DIR%/secrets/prod/prod.decrypt.private.php",
2525
"/%PUBLIC_DIR%/bundles/",
26-
"/%SRC_DIR%/.preload.php",
2726
"/%VAR_DIR%/",
2827
"/vendor/"
2928
]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
if (file_exists(dirname(__DIR__).'/var/cache/prod/srcApp_KernelProdContainer.preload.php')) {
4+
require dirname(__DIR__).'/var/cache/prod/srcApp_KernelProdContainer.preload.php';
5+
}
6+
7+
if (file_exists(dirname(__DIR__).'/var/cache/prod/App_KernelProdContainer.preload.php')) {
8+
require dirname(__DIR__).'/var/cache/prod/App_KernelProdContainer.preload.php';
9+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
}

symfony/framework-bundle/5.2/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"/.env.*.local",
2222
"/%CONFIG_DIR%/secrets/prod/prod.decrypt.private.php",
2323
"/%PUBLIC_DIR%/bundles/",
24-
"/%SRC_DIR%/.preload.php",
2524
"/%VAR_DIR%/",
2625
"/vendor/"
2726
]

0 commit comments

Comments
 (0)