webinarium /
symfony-lazysec
These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
| 1 | <?php |
||
| 2 | |||
| 3 | //---------------------------------------------------------------------- |
||
| 4 | // |
||
| 5 | // Copyright (C) 2017 Artem Rodygin |
||
| 6 | // |
||
| 7 | // You should have received a copy of the MIT License along with |
||
| 8 | // this file. If not, see <http://opensource.org/licenses/MIT>. |
||
| 9 | // |
||
| 10 | //---------------------------------------------------------------------- |
||
| 11 | |||
| 12 | namespace Pignus; |
||
| 13 | |||
| 14 | use Symfony\Component\HttpKernel\Bundle\Bundle; |
||
| 15 | |||
| 16 | class PignusBundle extends Bundle |
||
|
0 ignored issues
–
show
Bug
introduced
by
Loading history...
|
|||
| 17 | { |
||
| 18 | } |
||
| 19 |