mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-03-14 19:05:18 +01:00
10 lines
182 B
PHP
10 lines
182 B
PHP
|
<?php
|
||
|
namespace App\Entity\Source\Data\Name;
|
||
|
|
||
|
use App\Entity\Source\Data\AbstractDataSource;
|
||
|
|
||
|
class AbstractNameSource extends AbstractDataSource implements NameSourceInterface
|
||
|
{
|
||
|
}
|
||
|
|