mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
Change scope of methods, add some notes. Prep for refactoring.
This commit is contained in:
@@ -263,7 +263,7 @@ class SelectController extends Controller
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
private function getValidTriggerList(TestRuleFormRequest $request): array
|
||||
protected function getValidTriggerList(TestRuleFormRequest $request): array // process input
|
||||
{
|
||||
$triggers = [];
|
||||
$data = $request->get('rule_triggers');
|
||||
|
||||
Reference in New Issue
Block a user