mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-18 16:16:02 +02:00
Implemented tests for EntityDomService and refactored code
This commit is contained in:
@@ -9,6 +9,11 @@ use Infinito\Entity\UserInterface;
|
||||
*/
|
||||
interface UserAttributInterface
|
||||
{
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public const USER_ATTRIBUT_NAME = 'user';
|
||||
|
||||
/**
|
||||
* @param UserInterface $user
|
||||
*/
|
||||
|
Reference in New Issue
Block a user