mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
Removed parameter rule trigger / rule action since they weren't being used.
This commit is contained in:
@@ -165,12 +165,7 @@ class RuleController extends Controller
|
||||
Session::flash('gaEventCategory', 'rules');
|
||||
Session::flash('gaEventAction', 'edit-rule');
|
||||
|
||||
return view(
|
||||
'rules.rule.edit', compact(
|
||||
'rule', 'subTitle', 'primaryTrigger',
|
||||
'oldTriggers', 'oldActions', 'triggerCount', 'actionCount'
|
||||
)
|
||||
);
|
||||
return view('rules.rule.edit', compact('rule', 'subTitle', 'primaryTrigger', 'oldTriggers', 'oldActions', 'triggerCount', 'actionCount'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user