infinito/application/src/Entity/Source/Combination/FullPersonNameSource.php

8 lines
155 B
PHP
Raw Normal View History

2018-11-10 13:09:18 +01:00
<?php
namespace App\Entity\Source\Combination;
class FullPersonNameSource extends AbstractCombinationSource implements FullPersonNameSourceInterface
{
}