mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Solved bugs to allow unit tests to run
This commit is contained in:
14
application/src/Entity/Source/Data/Name/SurnameSource.php
Normal file
14
application/src/Entity/Source/Data/Name/SurnameSource.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity\Source\Data\Name;
|
||||
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
* @ORM\Table(name="source_data_name_surname")
|
||||
* @ORM\Entity()
|
||||
*/
|
||||
final class SurnameSource extends AbstractNameSource implements SurnameSourceInterface
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user