Commit 05c230e2 by Mark

removed unnecessary method

parent 508d43bf
......@@ -57,14 +57,6 @@ class ConfigPanel extends Panel
]);
}
public function renderData($caption, $values)
{
return Yii::$app->view->render('panels/config/_data_table', [
'caption' => $caption,
'values' => $values,
]);
}
public function getExtensions()
{
$data = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment