mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Solved some namespace bugs
This commit is contained in:
@@ -41,5 +41,11 @@ class UserSourceFacade extends AbstractSourceFacade implements UserSourceInterfa
|
||||
|
||||
public function getUser(): User
|
||||
{
|
||||
//FILL
|
||||
}
|
||||
public function setUser(User $user): void
|
||||
{
|
||||
//FILL
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user