mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-02 19:59:34 -05:00
RenderedProcessActionBar: Remove unused constructor param $auth
This commit is contained in:
parent
661bff8a9b
commit
9e67b56bca
2 changed files with 2 additions and 2 deletions
|
|
@ -199,7 +199,7 @@ class ProcessController extends Controller
|
|||
$controls->add(Breadcrumb::create(clone $renderer));
|
||||
if (! $this->showFullscreen && ! $this->view->compact) {
|
||||
$controls->add(
|
||||
new RenderedProcessActionBar($bp, $renderer, $this->Auth(), $this->url())
|
||||
new RenderedProcessActionBar($bp, $renderer, $this->url())
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ use ipl\Web\Widget\Icon;
|
|||
|
||||
class RenderedProcessActionBar extends ActionBar
|
||||
{
|
||||
public function __construct(BpConfig $config, Renderer $renderer, Auth $auth, Url $url)
|
||||
public function __construct(BpConfig $config, Renderer $renderer, Url $url)
|
||||
{
|
||||
$meta = $config->getMetadata();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue