Fixed class inheritance
This commit is contained in:
parent
c7896f3818
commit
2e8eadf32c
@ -1,6 +1,9 @@
|
||||
<?php
|
||||
namespace GergelyPolonkai\SmsSenderBundle;
|
||||
|
||||
class SmsSenderBundle
|
||||
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
||||
|
||||
class SmsSenderBundle extends Bundle
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user