2018-11-20 22:04:29 +01:00

14 lines
216 B
PHP

<?php
namespace App\Entity\Source\Data\Name;
use Doctrine\ORM\Mapping as ORM;
/**
* @author kevinfrantz
* @ORM\Entity()
*/
class NicknameSource extends AbstractNameSource implements NicknameSourceInterface
{
}