Skip to content

Commit bbdb914

Browse files
authored
Fixed namespace (#2108)
1 parent 53d5680 commit bbdb914

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/lib/Menu/Admin/ContentType/AbstractContentTypeRightSidebarBuilder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
declare(strict_types=1);
88

9-
namespace EzSystems\EzPlatformAdminUi\Menu\Admin\ContentType;
9+
namespace Ibexa\AdminUi\Menu\Admin\ContentType;
1010

1111
use EzSystems\EzPlatformAdminUi\Menu\AbstractBuilder;
1212
use JMS\TranslationBundle\Translation\TranslationContainerInterface;

src/lib/Menu/Admin/ContentType/ContentTypeCreateRightSidebarBuilder.php

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
namespace EzSystems\EzPlatformAdminUi\Menu\Admin\ContentType;
88

99
use EzSystems\EzPlatformAdminUi\Menu\Event\ConfigureMenuEvent;
10+
use Ibexa\AdminUi\Menu\Admin\ContentType\AbstractContentTypeRightSidebarBuilder;
1011
use JMS\TranslationBundle\Model\Message;
1112

1213
/**

src/lib/Menu/Admin/ContentType/ContentTypeEditRightSidebarBuilder.php

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
namespace EzSystems\EzPlatformAdminUi\Menu\Admin\ContentType;
88

99
use EzSystems\EzPlatformAdminUi\Menu\Event\ConfigureMenuEvent;
10+
use Ibexa\AdminUi\Menu\Admin\ContentType\AbstractContentTypeRightSidebarBuilder;
1011
use JMS\TranslationBundle\Model\Message;
1112

1213
/**

0 commit comments

Comments
 (0)