Skip to content

Commit 53a49cf

Browse files
committed
fix attribute locations
1 parent ed24b54 commit 53a49cf

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

stubs/Symfony/Bundle/FrameworkBundle/Configuration/IsGranted.php

Lines changed: 0 additions & 7 deletions
This file was deleted.

stubs/Symfony/Bundle/FrameworkBundle/Configuration/Security.php

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace Sensio\Bundle\FrameworkExtraBundle\Configuration;
4+
5+
class IsGranted
6+
{
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace Sensio\Bundle\FrameworkExtraBundle\Configuration;
4+
5+
class Security
6+
{
7+
}

0 commit comments

Comments
 (0)