Skip to content

Commit 191198a

Browse files
authored
Fix namespace
1 parent 8d319d1 commit 191198a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ObjectManager/BootstrapPool.php

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

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

1010
use Magento\Framework\App\AreaList;
1111
use Magento\Framework\App\State;
1212
use Magento\Framework\Exception\LocalizedException;
1313
use Magento\Framework\ObjectManager\ConfigLoaderInterface;
14-
use Opengento\Application\AppBootstrap;
15-
use Opengento\Application\AppObjectManagerFactory;
1614

1715
use function strtok;
1816
use function trim;

0 commit comments

Comments
 (0)