Skip to content

Commit 240bf59

Browse files
authored
Fix namespace
1 parent a22b705 commit 240bf59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ObjectManager/AppBootstrap.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
*/
66
declare(strict_types=1);
77

8-
namespace Opengento\Application;
8+
namespace Opengento\Application\ObjectManager;
99

1010
use Magento\Framework\App\Bootstrap;
1111
use Magento\Framework\App\ObjectManagerFactory;
1212
use Magento\Framework\App\State\ReloadProcessorInterface;
1313
use Magento\Framework\AppInterface;
1414
use Magento\Framework\ObjectManager\ResetAfterRequestInterface;
15-
use Opengento\Application\AppObjectManagerFactory;
1615

1716
use function gc_collect_cycles;
1817

0 commit comments

Comments
 (0)