Skip to content

Commit

Permalink
EZP-31010: Updated namespaces in ezplatform-richtext (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx authored and lserwatka committed Nov 19, 2019
1 parent 5ebecba commit 9232801
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"twig/twig": "^2.11",
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
"ezsystems/ezpublish-kernel": "^8.0@dev",
"ezsystems/repository-forms": "^3.0@dev",
"ezsystems/ezplatform-content-forms": "^1.0@dev",
"ezsystems/ezplatform-rest": "^1.0@dev"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions src/lib/Form/Mapper/RichTextFormMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
namespace EzSystems\EzPlatformRichText\Form\Mapper;

use EzSystems\EzPlatformRichText\Form\Type\RichTextFieldType;
use EzSystems\RepositoryForms\Data\Content\FieldData;
use EzSystems\RepositoryForms\FieldType\FieldValueFormMapperInterface;
use EzSystems\EzPlatformContentForms\Data\Content\FieldData;
use EzSystems\EzPlatformContentForms\FieldType\FieldValueFormMapperInterface;
use Symfony\Component\Form\FormInterface;
use Symfony\Component\OptionsResolver\OptionsResolver;

Expand Down

0 comments on commit 9232801

Please sign in to comment.