Skip to content

Instantly share code, notes, and snippets.

@helios-ag
Created July 11, 2015 16:09
services.yml
# 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