infinito/application/symfony/src/Domain/User/UserSourceDirectorServiceInterface.php
2019-05-30 17:15:50 +02:00

15 lines
243 B
PHP

<?php
namespace Infinito\Domain\User;
/**
* Offers UserSourceDirector to be used as a Service.
*
* @see UserSourceDirector
*
* @author kevinfrantz
*/
interface UserSourceDirectorServiceInterface extends UserSourceDirectorInterface
{
}