Created basic functionality. May be buggy sometimes yet.

This commit is contained in:
Gergely POLONKAI
2012-10-07 01:35:20 +02:00
parent 2e8eadf32c
commit 47086cc541
5 changed files with 146 additions and 1 deletions

View File

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