Fixed namespace typo. Now it works well at last.

This commit is contained in:
Gergely Polonkai (W00d5t0ck) 2012-10-08 15:29:43 +02:00
parent a1a987084d
commit 29616062f2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php
namespace GergelyPolonkai\SMSSenderBundle\Model;
namespace GergelyPolonkai\SmsSenderBundle\Model;
use Doctrine\ORM\Mapping as ORM;