phpcs: Fix ObjectsController

This commit is contained in:
Markus Frosch 2018-11-27 11:00:14 +01:00
parent 16252822cf
commit 91a62ffbee
1 changed files with 17 additions and 17 deletions

View File

@ -240,9 +240,9 @@ abstract class ObjectsController extends ActionController
$this->translate('All your %s Apply Rules'),
$tType
);
$this->actions()/*->add(
$this->getBackToDashboardLink()
)*/->add(
$this->actions()
//->add($this->getBackToDashboardLink())
->add(
Link::create(
$this->translate('Add'),
"director/$type/add",