Created
July 11, 2015 16:09
-
-
Save helios-ag/347dfcf28d11c463cfb7 to your computer and use it in GitHub Desktop.
services.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Learn more about services, parameters and containers at | |
# http://symfony.com/doc/current/book/service_container.html | |
parameters: | |
# parameter_name: value | |
services: | |
my_elfinder_configurator: | |
class: AppBundle\Service\ConfigurationReader | |
arguments: ["%fm_elfinder%", "@request_stack", "@service_container"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment