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:
Thomas Gelf 2014-06-25 20:31:44 +02:00
parent 32572ae653
commit 3020273b36
1 changed files with 5 additions and 0 deletions

View File

@ -79,6 +79,11 @@ class ConfigController extends BaseConfigController
));
}
public function devtoolsAction()
{
$this->view->tabs = null;
}
/**
* Index action, entry point for configuration
*/