mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-19 16:10:00 +00:00
Code cleanup.
This commit is contained in:
@@ -28,17 +28,11 @@ namespace FireflyIII\Support\Request;
|
||||
*/
|
||||
trait GetRuleConfiguration
|
||||
{
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
protected function getTriggers(): array
|
||||
{
|
||||
return array_keys(config('search.operators'));
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
protected function getTriggersWithContext(): array
|
||||
{
|
||||
$list = config('search.operators');
|
||||
|
||||
Reference in New Issue
Block a user