N°2060 [WIP] Initialisation of the portal application: Code cleanup

This commit is contained in:
Molkobain
2019-07-10 11:55:47 +02:00
parent 08731857e5
commit d5b3a62df5

View File

@@ -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%/'