mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-03-14 19:05:18 +01:00
8 lines
155 B
PHP
8 lines
155 B
PHP
|
<?php
|
||
|
|
||
|
namespace App\Entity\Source\Combination;
|
||
|
|
||
|
class FullPersonNameSource extends AbstractCombinationSource implements FullPersonNameSourceInterface
|
||
|
{
|
||
|
}
|