Fixed class inheritance

This commit is contained in:
Gergely POLONKAI 2012-10-07 00:26:01 +02:00
parent c7896f3818
commit 2e8eadf32c
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
<?php
namespace GergelyPolonkai\SmsSenderBundle;
class SmsSenderBundle
use Symfony\Component\HttpKernel\Bundle\Bundle;
class SmsSenderBundle extends Bundle
{
}