Skip to content

Commit 802cc0a

Browse files
committed
update namespace
1 parent bea1b7f commit 802cc0a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/Contract/Lib/Tools/FrontendResolverContract.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
namespace Pimcore\Bundle\StaticResolverBundle\Contract\Lib\Tools;
1515

16-
use Pimcore\Bundle\StaticResolverBundle\Contract\Lib\FrontendResolverContractInterface;
1716
use Pimcore\Model\Document;
1817
use Pimcore\Model\Site;
1918
use Pimcore\Tool\Frontend;

src/Contract/Lib/FrontendResolverContractInterface.php renamed to src/Contract/Lib/Tools/FrontendResolverContractInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @license Pimcore Open Core License (POCL)
1212
*/
1313

14-
namespace Pimcore\Bundle\StaticResolverBundle\Contract\Lib;
14+
namespace Pimcore\Bundle\StaticResolverBundle\Contract\Lib\Tools;
1515

1616
use Pimcore\Model\Document;
1717
use Pimcore\Model\Site;

src/Lib/Tools/FrontendResolverInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
namespace Pimcore\Bundle\StaticResolverBundle\Lib\Tools;
1515

16-
use Pimcore\Bundle\StaticResolverBundle\Contract\Lib\FrontendResolverContractInterface;
16+
use Pimcore\Bundle\StaticResolverBundle\Contract\Lib\Tools\FrontendResolverContractInterface;
1717

1818
/**
1919
* @internal

0 commit comments

Comments
 (0)