phpcs: Fix ObjectsController
This commit is contained in:
parent
16252822cf
commit
91a62ffbee
|
@ -240,9 +240,9 @@ abstract class ObjectsController extends ActionController
|
||||||
$this->translate('All your %s Apply Rules'),
|
$this->translate('All your %s Apply Rules'),
|
||||||
$tType
|
$tType
|
||||||
);
|
);
|
||||||
$this->actions()/*->add(
|
$this->actions()
|
||||||
$this->getBackToDashboardLink()
|
//->add($this->getBackToDashboardLink())
|
||||||
)*/->add(
|
->add(
|
||||||
Link::create(
|
Link::create(
|
||||||
$this->translate('Add'),
|
$this->translate('Add'),
|
||||||
"director/$type/add",
|
"director/$type/add",
|
||||||
|
|
Loading…
Reference in New Issue