Renamed domain UserManagement to User

This commit is contained in:
Kevin Frantz
2019-05-30 17:15:50 +02:00
parent 899dede123
commit 6c31b0d9db
20 changed files with 26 additions and 26 deletions

View File

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