mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 10:53:31 +00:00
Auto commit for release 'develop' on 2024-10-14
This commit is contained in:
@@ -152,6 +152,7 @@ class Preferences
|
||||
public function beginsWith(User $user, string $search): Collection
|
||||
{
|
||||
$value = sprintf('%s%%', $search);
|
||||
|
||||
return Preference::where('user_id', $user->id)->whereLike('name', $value)->get();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user