Skip to content

Commit

Permalink
Remove unused attribute in Admin menu listener
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Aug 2, 2024
1 parent 17df26d commit 68e740e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/Menu/AdminMenuListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,6 @@

final class AdminMenuListener
{
/**
* @var MenuManipulator
*/
private $manipulator;

/**
* AdminMenuListener constructor.
*/
public function __construct(MenuManipulator $manipulator)
{
$this->manipulator = $manipulator;
}

public function addAdminMenuItem(MenuBuilderEvent $event): void
{
$menu = $event->getMenu();
Expand Down

0 comments on commit 68e740e

Please sign in to comment.