mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-13 23:56:29 +00:00
Refactored\moved Attribut folder
This commit is contained in:
15
application/symfony/src/Attribut/UserAttributInterface.php
Normal file
15
application/symfony/src/Attribut/UserAttributInterface.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Attribut;
|
||||
|
||||
use App\Entity\UserInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface UserAttributInterface
|
||||
{
|
||||
public function setUser(UserInterface $user): void;
|
||||
|
||||
public function getUser(): UserInterface;
|
||||
}
|
||||
Reference in New Issue
Block a user