diff --git a/src/flextype/Support/Macros/Arrays.php b/src/flextype/Support/Macros/ArraysMacros.php similarity index 95% rename from src/flextype/Support/Macros/Arrays.php rename to src/flextype/Support/Macros/ArraysMacros.php index 57ea1a21..6612ee21 100644 --- a/src/flextype/Support/Macros/Arrays.php +++ b/src/flextype/Support/Macros/ArraysMacros.php @@ -7,6 +7,8 @@ declare(strict_types=1); * Founded by Sergey Romanenko and maintained by Flextype Community. */ +namespace Flextype\Support\Macros; + use Atomastic\Arrays\Arrays; use Atomastic\Macroable\Macroable;