mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
Use PSR-12 code style
This commit is contained in:
@@ -145,7 +145,6 @@ class ObjectGroupRepository implements ObjectGroupRepositoryInterface
|
||||
$search = sprintf('%%%s%%', $part);
|
||||
$dbQuery->where('title', 'LIKE', $search);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
return $dbQuery->take($limit)->get(['object_groups.*']);
|
||||
|
Reference in New Issue
Block a user