Skip to content

Commit

Permalink
OXDEV-7325: Fix some missed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Dec 7, 2023
1 parent 97d1014 commit 3f7703c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/Shared/Service/CollectionEncodingServiceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

namespace OxidEsales\GraphQL\ConfigurationAccess\Shared\Service;

use OxidEsales\GraphQL\ConfigurationAccess\Setting\Exception\CollectionEncodingException;
use OxidEsales\GraphQL\ConfigurationAccess\Setting\Exception\InvalidCollectionException;
use OxidEsales\GraphQL\ConfigurationAccess\Shared\Exception\CollectionEncodingException;
use OxidEsales\GraphQL\ConfigurationAccess\Shared\Exception\InvalidCollectionException;

interface CollectionEncodingServiceInterface
{
Expand Down
6 changes: 3 additions & 3 deletions src/Shop/Infrastructure/ShopSettingRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

namespace OxidEsales\GraphQL\ConfigurationAccess\Shop\Infrastructure;

use OxidEsales\GraphQL\ConfigurationAccess\Setting\Exception\NoSettingsFoundForShopException;
use OxidEsales\GraphQL\ConfigurationAccess\Setting\Exception\WrongSettingTypeException;
use OxidEsales\GraphQL\ConfigurationAccess\Setting\Exception\WrongSettingValueException;
use OxidEsales\GraphQL\ConfigurationAccess\Shop\Exception\NoSettingsFoundForShopException;
use OxidEsales\GraphQL\ConfigurationAccess\Shop\Exception\WrongSettingTypeException;
use OxidEsales\GraphQL\ConfigurationAccess\Shared\Exception\WrongSettingValueException;

interface ShopSettingRepositoryInterface
{
Expand Down
4 changes: 2 additions & 2 deletions src/Theme/Infrastructure/ThemeSettingRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

namespace OxidEsales\GraphQL\ConfigurationAccess\Theme\Infrastructure;

use OxidEsales\GraphQL\ConfigurationAccess\Setting\Exception\NoSettingsFoundForThemeException;
use OxidEsales\GraphQL\ConfigurationAccess\Setting\Exception\WrongSettingValueException;
use OxidEsales\GraphQL\ConfigurationAccess\Theme\Exception\NoSettingsFoundForThemeException;
use OxidEsales\GraphQL\ConfigurationAccess\Shared\Exception\WrongSettingValueException;

interface ThemeSettingRepositoryInterface
{
Expand Down

0 comments on commit 3f7703c

Please sign in to comment.