Skip to content

Commit

Permalink
Fixed namespace (#2108)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk authored Aug 7, 2023
1 parent 53d5680 commit bbdb914
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
declare(strict_types=1);

namespace EzSystems\EzPlatformAdminUi\Menu\Admin\ContentType;
namespace Ibexa\AdminUi\Menu\Admin\ContentType;

use EzSystems\EzPlatformAdminUi\Menu\AbstractBuilder;
use JMS\TranslationBundle\Translation\TranslationContainerInterface;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
namespace EzSystems\EzPlatformAdminUi\Menu\Admin\ContentType;

use EzSystems\EzPlatformAdminUi\Menu\Event\ConfigureMenuEvent;
use Ibexa\AdminUi\Menu\Admin\ContentType\AbstractContentTypeRightSidebarBuilder;
use JMS\TranslationBundle\Model\Message;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
namespace EzSystems\EzPlatformAdminUi\Menu\Admin\ContentType;

use EzSystems\EzPlatformAdminUi\Menu\Event\ConfigureMenuEvent;
use Ibexa\AdminUi\Menu\Admin\ContentType\AbstractContentTypeRightSidebarBuilder;
use JMS\TranslationBundle\Model\Message;

/**
Expand Down

0 comments on commit bbdb914

Please sign in to comment.