mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 00:20:03 +00:00
Some code cleaning up and refactoring.
This commit is contained in:
@@ -51,6 +51,6 @@ class UserRepository implements UserRepositoryInterface
|
||||
*/
|
||||
public function count(): int
|
||||
{
|
||||
return User::count();
|
||||
return $this->all()->count();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user