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 23
23
" /.env.*.local" ,
24
24
" /%CONFIG_DIR%/secrets/prod/prod.decrypt.private.php" ,
25
25
" /%PUBLIC_DIR%/bundles/" ,
26
- " /%SRC_DIR%/.preload.php" ,
27
26
" /%VAR_DIR%/" ,
28
27
" /vendor/"
29
28
]
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 21
21
" /.env.*.local" ,
22
22
" /%CONFIG_DIR%/secrets/prod/prod.decrypt.private.php" ,
23
23
" /%PUBLIC_DIR%/bundles/" ,
24
- " /%SRC_DIR%/.preload.php" ,
25
24
" /%VAR_DIR%/" ,
26
25
" /vendor/"
27
26
]
You can’t perform that action at this time.
0 commit comments