mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Move search operators to dedicated file and add lots of new ones.
This commit is contained in:
@@ -50,6 +50,6 @@ class Domain
|
||||
*/
|
||||
public static function getRuleTriggers(): array
|
||||
{
|
||||
return array_keys(config('firefly.search.operators'));
|
||||
return array_keys(config('search.operators'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user