Skip to content

Commit

Permalink
IBX-6491: CS
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Nov 28, 2023
1 parent d4d6733 commit ef52aa6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/GraphQL/Schema/MatrixFieldDefinitionMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use Ibexa\Contracts\Core\Repository\Values\ContentType\FieldDefinition;
use Ibexa\Contracts\GraphQL\Schema\Domain\Content\Mapper\FieldDefinition\FieldDefinitionMapper;
use Ibexa\Core\Base\Exceptions\NotFoundException;
use Ibexa\FieldTypeMatrix\FieldType\Mapper\FieldTypeToContentTypeStrategyInterface;
use Ibexa\GraphQL\Schema\Domain\Content\Mapper\FieldDefinition\DecoratingFieldDefinitionMapper;
use Ibexa\GraphQL\Schema\Domain\Content\Mapper\FieldDefinition\FieldDefinitionInputMapper;

Expand All @@ -38,7 +37,7 @@ public function __construct(
iterable $strategies
) {
parent::__construct($innerMapper);

$this->nameHelper = $nameHelper;
$this->contentTypeService = $contentTypeService;
$this->strategies = $strategies;
Expand Down

0 comments on commit ef52aa6

Please sign in to comment.