Add UserSetting entity

This commit is contained in:
Nicolas Le Goff
2013-08-21 18:54:49 +02:00
parent dc0bd4b020
commit 33c4d85116
4 changed files with 292 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<?php
namespace Repositories;
use Doctrine\ORM\EntityRepository;
/**
* UserSettingRepository
*
* This class was generated by the Doctrine ORM. Add your own custom
* repository methods below.
*/
class UserSettingRepository extends EntityRepository
{
}