diff options
Diffstat (limited to 'app/config/services.yml')
-rw-r--r-- | app/config/services.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/config/services.yml b/app/config/services.yml new file mode 100644 index 00000000..5c76fc59 --- /dev/null +++ b/app/config/services.yml | |||
@@ -0,0 +1,9 @@ | |||
1 | # Learn more about services, parameters and containers at | ||
2 | # http://symfony.com/doc/current/book/service_container.html | ||
3 | parameters: | ||
4 | # parameter_name: value | ||
5 | |||
6 | services: | ||
7 | # service_name: | ||
8 | # class: AppBundle\Directory\ClassName | ||
9 | # arguments: ["@another_service_name", "plain_value", "%parameter_name%"] | ||