mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
Fix Typo in UserNotificationSettingRepository class name
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
}
|
}
|
Reference in New Issue
Block a user