mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-10-10 17:58:07 +02:00
Renamed domain UserManagement to User
This commit is contained in:
@@ -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
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user