mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Code cleanup
This commit is contained in:
@@ -90,7 +90,7 @@ class AccountSearch implements GenericSearchInterface
|
||||
break;
|
||||
|
||||
case self::SEARCH_ID:
|
||||
$searchQuery->where('accounts.id', '=', (int)$originalQuery);
|
||||
$searchQuery->where('accounts.id', '=', (int) $originalQuery);
|
||||
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user