Skip to content
Snippets Groups Projects
Commit c8746d42 authored by Daniel Cothran's avatar Daniel Cothran
Browse files

Issue #3490095 by andileco, nikathone: Make getSelectedDataFields protected rather than private

parent 0c53f7ba
No related branches found
No related tags found
No related merge requests found
Pipeline #356767 canceled
......@@ -692,7 +692,7 @@ class ChartsPluginStyleChart extends StylePluginBase implements ContainerFactory
* @return array
* The fields.
*/
private function getSelectedDataFields(array $data_providers) {
protected function getSelectedDataFields(array $data_providers) {
return array_filter($data_providers, function ($value) {
return !empty($value['enabled']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment