mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Optimized entity mapping
This commit is contained in:
@@ -6,9 +6,8 @@ use Doctrine\ORM\Mapping as ORM;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
* @ORM\Table(name="source_data_name_nickname")
|
||||
* @ORM\Entity()
|
||||
*/
|
||||
final class NicknameSource extends AbstractNameSource implements NicknameSourceInterface
|
||||
class NicknameSource extends AbstractNameSource implements NicknameSourceInterface
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user