Fix Typo in UserNotificationSettingRepository class name

This commit is contained in:
Nicolas Le Goff
2014-02-27 19:10:44 +01:00
parent 29c8624155
commit d0f8250509

View File

@@ -19,6 +19,6 @@ use Doctrine\ORM\EntityRepository;
* This class was generated by the Doctrine ORM. Add your own custom * This class was generated by the Doctrine ORM. Add your own custom
* repository methods below. * repository methods below.
*/ */
class UserNotificaionSettingRepository extends EntityRepository class UserNotificationSettingRepository extends EntityRepository
{ {
} }