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