mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
N°2060 [WIP] Initialisation of the portal application: Code cleanup
This commit is contained in:
@@ -43,8 +43,8 @@ services:
|
||||
autowire: true # Automatically injects dependencies in your services.
|
||||
autoconfigure: true # Automatically registers your services as commands, event subscribers, etc.
|
||||
public: false # Allows optimizing the container by removing unused services; this also means
|
||||
# fetching services directly from the container via $container->get() won't work.
|
||||
# The best practice is to be explicit about your dependencies anyway.
|
||||
# fetching services directly from the container via $container->get() won't work.
|
||||
# The best practice is to be explicit about your dependencies anyway.
|
||||
bind:
|
||||
$bDebug: '%kernel.debug%'
|
||||
$sPortalCachePath: '%kernel.cache_dir%/'
|
||||
|
||||
Reference in New Issue
Block a user