fix menu name
This commit is contained in:
@@ -63,7 +63,7 @@ final class ConfigureMainMenuEvent extends Event
|
|||||||
|
|
||||||
public function getInvoiceMenu(): ?MenuItemModel
|
public function getInvoiceMenu(): ?MenuItemModel
|
||||||
{
|
{
|
||||||
return $this->menu->getChild('invoice');
|
return $this->menu->getChild('invoices');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getReportingMenu(): ?MenuItemModel
|
public function getReportingMenu(): ?MenuItemModel
|
||||||
|
|||||||
Reference in New Issue
Block a user