init
This commit is contained in:
commit
203233d2ed
71 changed files with 8213 additions and 0 deletions
9
config/preload.php
Normal file
9
config/preload.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php declare(strict_types=1);
|
||||
|
||||
if (
|
||||
file_exists(
|
||||
dirname(__DIR__) . '/var/cache/prod/App_KernelProdContainer.preload.php',
|
||||
)
|
||||
) {
|
||||
require dirname(__DIR__) . '/var/cache/prod/App_KernelProdContainer.preload.php';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue