Skip to content

Commit

Permalink
fix: linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
MAPCMC committed Jun 15, 2023
1 parent 4982919 commit 5c017ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Services/Editor/Fields/DropDown.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Services/Editor/Fields/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c017ee

Please sign in to comment.