diff --git a/src/flextype/app/Support/Collection.php b/src/flextype/app/Support/Collection.php index 23c9fefe..414c2eec 100644 --- a/src/flextype/app/Support/Collection.php +++ b/src/flextype/app/Support/Collection.php @@ -9,10 +9,10 @@ declare(strict_types=1); namespace Flextype\App\Support; -use Flextype\Component\Arrays\Arrays; use Doctrine\Common\Collections\ArrayCollection; use Doctrine\Common\Collections\Criteria; use Doctrine\Common\Collections\Expr\Comparison; +use Flextype\Component\Arrays\Arrays; use function array_filter; use function array_keys; use function array_merge;