ConfigController: re-add devtools action
I accidentally removed it. Don't care about this right now, this is just a playground.
This commit is contained in:
parent
32572ae653
commit
3020273b36
|
@ -79,6 +79,11 @@ class ConfigController extends BaseConfigController
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function devtoolsAction()
|
||||||
|
{
|
||||||
|
$this->view->tabs = null;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Index action, entry point for configuration
|
* Index action, entry point for configuration
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue