mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Implemented Permission draft
This commit is contained in:
@@ -1,17 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity\Attribut;
|
||||
|
||||
use App\Entity\User;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*
|
||||
*/
|
||||
interface UserAttributInterface
|
||||
{
|
||||
public function setUser(User $user):void;
|
||||
|
||||
public function getUser():User;
|
||||
}
|
||||
public function setUser(User $user): void;
|
||||
|
||||
public function getUser(): User;
|
||||
}
|
||||
|
Reference in New Issue
Block a user