Fix various small issues.

This commit is contained in:
James Cole
2016-03-14 20:38:23 +01:00
parent a508ac9dda
commit be58da539e
5 changed files with 9 additions and 16 deletions

View File

@@ -42,4 +42,4 @@ class UserRepository implements UserRepositoryInterface
{
return User::count();
}
}
}

View File

@@ -31,4 +31,4 @@ interface UserRepositoryInterface
* @return int
*/
public function count(): int;
}
}