parent
c8c3b42b0e
commit
706166fa26
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Composant\User\Domain;
|
||||
|
||||
interface UserRepository
|
||||
{
|
||||
public function findById(int $id): User;
|
||||
public function findAll(): array;
|
||||
}
|
Loading…
Reference in new issue