File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 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 ]
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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 ]
You can’t perform that action at this time.
0 commit comments