Optimized persistence layer annotations

This commit is contained in:
Kevin Frantz
2018-11-11 21:36:23 +01:00
parent 69dbc58954
commit dfde4e34f5
5 changed files with 24 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ use Symfony\Component\Validator\Constraints as Assert;
/**
* @author kevinfrantz
* @ORM\Table(name="source_data_name")
* @ORM\Entity(repositoryClass="App\Repository\NameSourceRepository")
* @ORM\Table(name="source_data_nickname")
* @ORM\Entity()
*/
final class NicknameSource extends AbstractNameSource implements NicknameSourceInterface
{