mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-30 14:59:32 +00:00
Updated symfony recipes.
This commit is contained in:
parent
f20f1ffa13
commit
0da879347d
9 changed files with 60 additions and 11 deletions
|
|
@ -17,4 +17,4 @@ framework:
|
|||
doctrine.result_cache_pool:
|
||||
adapter: cache.app
|
||||
doctrine.system_cache_pool:
|
||||
adapter: cache.system
|
||||
adapter: cache.system
|
||||
|
|
|
|||
5
config/preload.php
Normal file
5
config/preload.php
Normal file
|
|
@ -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';
|
||||
}
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
_translation_edit_in_place:
|
||||
resource: '@TranslationBundle/Resources/config/routing_edit_in_place.yaml'
|
||||
prefix: /admin
|
||||
prefix: /admin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue