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