File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
MooxProjectResource/Pages Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ public static function getPages(): array
180180 public static function getWidgets (): array
181181 {
182182 return [
183- //MooxProjectWidgets::class,
183+ // MooxProjectWidgets::class,
184184 ];
185185 }
186186
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public function getActions(): array
1818 public function getHeaderWidgets (): array
1919 {
2020 return [
21- //MooxProjectWidgets::class,
21+ // MooxProjectWidgets::class,
2222 ];
2323 }
2424
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ public static function getPages(): array
132132 public static function getWidgets (): array
133133 {
134134 return [
135- //MooxServerWidgets::class,
135+ // MooxServerWidgets::class,
136136 ];
137137 }
138138
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public function getActions(): array
1818 public function getHeaderWidgets (): array
1919 {
2020 return [
21- //MooxServerWidgets::class,
21+ // MooxServerWidgets::class,
2222 ];
2323 }
2424
You can’t perform that action at this time.
0 commit comments