PHP Classes

File: vendor/sensio/distribution-bundle/Resources/config/security.xml

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/sensio/distribution-bundle/Resources/config/security.xml   Download  
File: vendor/sensio/distribution-bundle/Resources/config/security.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 684 bytes
 

Contents

Class file image Download
<?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 http://symfony.com/schema/dic/services/services-1.0.xsd"> <services> <service id="sensio_distribution.security_checker" class="SensioLabs\Security\SecurityChecker" /> <service id="sensio_distribution.security_checker.command" class="SensioLabs\Security\Command\SecurityCheckerCommand"> <argument type="service" id="sensio_distribution.security_checker" /> <tag name="console.command" /> </service> </services> </container>