/
home
/
obinna
/
html
/
restaurants
/
vendor
/
symfony
/
security-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="templating.helper.logout_url" class="Symfony\Bundle\SecurityBundle\Templating\Helper\LogoutUrlHelper"> <tag name="templating.helper" alias="logout_url" /> <argument type="service" id="security.logout_url_generator" /> <deprecated>The "%service_id%" service is deprecated since Symfony 4.3 and will be removed in 5.0.</deprecated> </service> <service id="templating.helper.security" class="Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper"> <tag name="templating.helper" alias="security" /> <argument type="service" id="security.authorization_checker" on-invalid="ignore" /> <deprecated>The "%service_id%" service is deprecated since Symfony 4.3 and will be removed in 5.0.</deprecated> </service> </services> </container>