Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Oct 25, 2022
1 parent f2fe88d commit 1898c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/Version20200.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

namespace DoctrineMigrations;

use Doctrine\DBAL\Types\JsonType;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\DBAL\Types\JsonType;
use Doctrine\Migrations\AbstractMigration;
use Symfony\Component\Form\Extension\Core\Type\CheckboxType;
use Symfony\Component\DependencyInjection\ContainerAwareInterface;
Expand Down

0 comments on commit 1898c9f

Please sign in to comment.