From 6ecba6b077bbf7f46d7e3c5ef0fa4ee02c44fd6d Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 17 Jul 2021 12:45:32 +0300 Subject: [PATCH] feat(content): remove unused Atomastic\Arrays\Arrays namespace #552 --- src/flextype/Foundation/Content/Content.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/flextype/Foundation/Content/Content.php b/src/flextype/Foundation/Content/Content.php index 3d0988a8..2670f64f 100644 --- a/src/flextype/Foundation/Content/Content.php +++ b/src/flextype/Foundation/Content/Content.php @@ -9,7 +9,6 @@ declare(strict_types=1); namespace Flextype\Foundation\Content; -use Atomastic\Arrays\Arrays; use Atomastic\Macroable\Macroable; use Flextype\Foundation\Entries;