diff --git a/src/Services/Editor/Fields/DropDown.php b/src/Services/Editor/Fields/DropDown.php index 4f923eff..c38eb66b 100644 --- a/src/Services/Editor/Fields/DropDown.php +++ b/src/Services/Editor/Fields/DropDown.php @@ -2,9 +2,9 @@ namespace NotFound\Framework\Services\Editor\Fields; +use Doctrine\DBAL\Types\Type; use NotFound\Framework\Services\Editor\Properties; use NotFound\Framework\Services\Editor\Repeatable; -use Doctrine\DBAL\Types\Type; use stdClass; class DropDown extends Properties diff --git a/src/Services/Editor/Fields/Image.php b/src/Services/Editor/Fields/Image.php index 3df69ba0..b7c9b7c9 100644 --- a/src/Services/Editor/Fields/Image.php +++ b/src/Services/Editor/Fields/Image.php @@ -2,9 +2,9 @@ namespace NotFound\Framework\Services\Editor\Fields; +use Doctrine\DBAL\Types\Type; use NotFound\Framework\Services\Editor\Properties; use NotFound\Framework\Services\Editor\Repeatable; -use Doctrine\DBAL\Types\Type; use stdClass; class Image extends Properties