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