diff options
Diffstat (limited to 'Http/FirewallMap.php')
-rw-r--r-- | Http/FirewallMap.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Http/FirewallMap.php b/Http/FirewallMap.php index d5fc331..dfc0984 100644 --- a/Http/FirewallMap.php +++ b/Http/FirewallMap.php @@ -1,20 +1,20 @@ <?php -namespace Symfony\Component\Security\Http; - -use Symfony\Component\HttpFoundation\RequestMatcherInterface; -use Symfony\Component\HttpFoundation\Request; -use Symfony\Component\Security\Http\Firewall\ExceptionListener; - /* - * This file is part of the Symfony framework. + * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * - * This source file is subject to the MIT license that is bundled - * with this source code in the file LICENSE. + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. */ +namespace Symfony\Component\Security\Http; + +use Symfony\Component\HttpFoundation\RequestMatcherInterface; +use Symfony\Component\HttpFoundation\Request; +use Symfony\Component\Security\Http\Firewall\ExceptionListener; + /** * FirewallMap allows configuration of different firewalls for specific parts * of the website. |