Commit 49ea4b6 1 parent 324e577 commit 49ea4b6 Copy full SHA for 49ea4b6
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public function isActive(): bool
25
25
return false ;
26
26
}
27
27
28
- public function viewData (): array
28
+ protected function viewData (): array
29
29
{
30
30
return [
31
31
'label ' => $ this ->getLabel (),
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public function isActive(): bool
51
51
return false ;
52
52
}
53
53
54
- public function viewData (): array
54
+ protected function viewData (): array
55
55
{
56
56
return [
57
57
'items ' => $ this ->getItems (),
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ protected function prepareBeforeRender(): void
191
191
/**
192
192
* @throws Throwable
193
193
*/
194
- public function viewData (): array
194
+ protected function viewData (): array
195
195
{
196
196
$ viewData = [
197
197
'url ' => $ this ->getUrl (),
You can’t perform that action at this time.
0 commit comments