mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Added draft for Identity and Names
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace App\Entity\Source\Data\Name;
|
||||
|
||||
use App\Entity\Source\Data\AbstractDataSource;
|
||||
|
||||
class AbstractNameSource extends AbstractDataSource implements NameSourceInterface
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user