From 17ccbaf88d7a03b31b001d2e3530a7f752c61dcd Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 27 Jul 2020 16:30:16 +0300 Subject: [PATCH] refactor(collection): code cleanup --- src/flextype/app/Support/Collection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;