File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -84,20 +84,6 @@ public function indexAction(): void
84
84
$ this ->getTabs ()->activate ('event-rules ' );
85
85
}
86
86
87
- /**
88
- * Get the filter created from query string parameters
89
- *
90
- * @return Filter\Rule
91
- */
92
- protected function getFilter (): Filter \Rule
93
- {
94
- if ($ this ->filter === null ) {
95
- $ this ->filter = QueryString::parse ((string ) $ this ->params );
96
- }
97
-
98
- return $ this ->filter ;
99
- }
100
-
101
87
public function getTabs (): Tabs
102
88
{
103
89
if ($ this ->getRequest ()->getActionName () === 'index ' ) {
@@ -119,4 +105,18 @@ public function getTabs(): Tabs
119
105
120
106
return parent ::getTabs ();
121
107
}
108
+
109
+ /**
110
+ * Get the filter created from query string parameters
111
+ *
112
+ * @return Filter\Rule
113
+ */
114
+ private function getFilter (): Filter \Rule
115
+ {
116
+ if ($ this ->filter === null ) {
117
+ $ this ->filter = QueryString::parse ((string ) $ this ->params );
118
+ }
119
+
120
+ return $ this ->filter ;
121
+ }
122
122
}
You can’t perform that action at this time.
0 commit comments