mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-06 12:45:30 +00:00
Fix for #1568
This commit is contained in:
@@ -205,7 +205,7 @@ class UserRepository implements UserRepositoryInterface
|
||||
*/
|
||||
public function first(): ?User
|
||||
{
|
||||
return User::first();
|
||||
return User::orderBy('id', 'ASC')->first();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user