mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Change scope of methods, add some notes. Prep for refactoring.
This commit is contained in:
@@ -154,7 +154,7 @@ class EditController extends Controller
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
private function getCurrentActions(Rule $rule): array
|
||||
protected function getCurrentActions(Rule $rule): array // get info from object and present.
|
||||
{
|
||||
$index = 0;
|
||||
$actions = [];
|
||||
@@ -192,7 +192,7 @@ class EditController extends Controller
|
||||
* @return array
|
||||
*
|
||||
*/
|
||||
private function getCurrentTriggers(Rule $rule): array
|
||||
protected function getCurrentTriggers(Rule $rule): array // get info from object and present.
|
||||
{
|
||||
$index = 0;
|
||||
$triggers = [];
|
||||
|
||||
Reference in New Issue
Block a user