This commit is contained in:
James Cole
2016-12-12 15:24:47 +01:00
parent 06ff450d31
commit 3e3c48314f
7 changed files with 105 additions and 31 deletions

View File

@@ -48,6 +48,13 @@ interface UserRepositoryInterface
*/
public function count(): int;
/**
* @param User $user
*
* @return bool
*/
public function destroy(User $user): bool;
/**
* @param int $userId
*