Skip to content

Commit

Permalink
Baks Development
Browse files Browse the repository at this point in the history
  • Loading branch information
baks-dev committed May 19, 2024
1 parent d353a8a commit 9773007
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BaksDev Wildberries Manufacture

[![Version](https://img.shields.io/badge/version-7.0.12-blue)](https://github.com/baks-dev/wildberries-manufacture/releases)
[![Version](https://img.shields.io/badge/version-7.0.13-blue)](https://github.com/baks-dev/wildberries-manufacture/releases)
![php 8.2+](https://img.shields.io/badge/php-min%208.1-red.svg)

Модуль производства продукции заказов Wildberries
Expand Down
4 changes: 2 additions & 2 deletions Security/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

use BaksDev\Menu\Admin\Command\Upgrade\MenuAdminInterface;
use BaksDev\Menu\Admin\Type\SectionGroup\Group\Collection\MenuAdminSectionGroupCollectionInterface;
use BaksDev\Orders\Order\Security\MenuGroupMarketplace;
use BaksDev\Users\Profile\Group\Security\RoleInterface;
use BaksDev\Wildberries\Security\MenuGroupWildberries;
use Symfony\Component\DependencyInjection\Attribute\AutoconfigureTag;

#[AutoconfigureTag('baks.security.role')]
Expand Down Expand Up @@ -57,7 +57,7 @@ public function getPath(): string
*/
public function getGroupMenu(): MenuAdminSectionGroupCollectionInterface|bool
{
return new MenuGroupWildberries();
return new MenuGroupMarketplace();
}

/**
Expand Down

0 comments on commit 9773007

Please sign in to comment.