diff options
Diffstat (limited to 'Acl/Tests/Permission/MaskBuilderTest.php')
-rw-r--r-- | Acl/Tests/Permission/MaskBuilderTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Acl/Tests/Permission/MaskBuilderTest.php b/Acl/Tests/Permission/MaskBuilderTest.php index d9db824..8245669 100644 --- a/Acl/Tests/Permission/MaskBuilderTest.php +++ b/Acl/Tests/Permission/MaskBuilderTest.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Security\Acl\Tests\Util; +namespace Symfony\Component\Security\Acl\Tests\Permission; use Symfony\Component\Security\Acl\Permission\MaskBuilder; |