Commit 2f552665 by Tobias Munk

fixed indent (tabs)

parent 70cebf25
...@@ -50,13 +50,13 @@ class DefaultController extends Controller ...@@ -50,13 +50,13 @@ class DefaultController extends Controller
$searchModel = new Debug(); $searchModel = new Debug();
$dataProvider = $searchModel->search($_GET, $this->getManifest()); $dataProvider = $searchModel->search($_GET, $this->getManifest());
// load latest request // load latest request
$tags = array_keys($this->getManifest()); $tags = array_keys($this->getManifest());
$tag = reset($tags); $tag = reset($tags);
$this->loadData($tag); $this->loadData($tag);
return $this->render('index', [ return $this->render('index', [
'panels' => $this->module->panels, 'panels' => $this->module->panels,
'dataProvider' => $dataProvider, 'dataProvider' => $dataProvider,
'searchModel' => $searchModel, 'searchModel' => $searchModel,
]); ]);
......
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