/
home
/
obinna
/
html
/
boazapp
/
vendor
/
symfony
/
framework-bundle
/
Resources
/
config
/
Upload File
HOME
<?xml version="1.0" ?> <container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> <services> <defaults public="false" /> <service id="request.add_request_formats_listener" class="Symfony\Component\HttpKernel\EventListener\AddRequestFormatsListener"> <tag name="kernel.event_subscriber" /> <argument/> </service> </services> </container>