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

Issue #3490095: Make getSelectedDataFields protected rather than private

parent f9da1cc8
No related branches found
No related tags found
1 merge request!116Update ChartsPluginStyleChart.php
Pipeline #352072 passed with warnings
......@@ -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