diff --git a/src/flextype/core/Actions.php b/src/flextype/core/Actions.php index fd2c0140..81b2ba04 100644 --- a/src/flextype/core/Actions.php +++ b/src/flextype/core/Actions.php @@ -9,7 +9,7 @@ declare(strict_types=1); namespace Flextype; -use Atomastic\Arrays\Arrays; +use Glowy\Arrays\Arrays; class Actions extends Arrays { diff --git a/src/flextype/core/Entries/Entries.php b/src/flextype/core/Entries/Entries.php index fc5bf285..d6b1e7a8 100755 --- a/src/flextype/core/Entries/Entries.php +++ b/src/flextype/core/Entries/Entries.php @@ -9,8 +9,8 @@ declare(strict_types=1); namespace Flextype\Entries; -use Atomastic\Arrays\Arrays; -use Atomastic\Macroable\Macroable; +use Glowy\Arrays\Arrays; +use Glowy\Macroable\Macroable; use function array_merge; use function arrays; diff --git a/src/flextype/core/Entries/Fields/Default/EntriesField.php b/src/flextype/core/Entries/Fields/Default/EntriesField.php index 9028f609..f5f033f3 100644 --- a/src/flextype/core/Entries/Fields/Default/EntriesField.php +++ b/src/flextype/core/Entries/Fields/Default/EntriesField.php @@ -7,7 +7,7 @@ declare(strict_types=1); * Founded by Sergey Romanenko and maintained by Flextype Community. */ -use Atomastic\Arrays\Arrays; +use Glowy\Arrays\Arrays; emitter()->addListener('onEntriesFetchSingleHasResult', static function (): void { diff --git a/src/flextype/core/Parsers/Parsers.php b/src/flextype/core/Parsers/Parsers.php index 71c21881..bd387d93 100644 --- a/src/flextype/core/Parsers/Parsers.php +++ b/src/flextype/core/Parsers/Parsers.php @@ -9,7 +9,7 @@ declare(strict_types=1); namespace Flextype\Parsers; -use Atomastic\Macroable\Macroable; +use Glowy\Macroable\Macroable; class Parsers { diff --git a/src/flextype/core/Plugins.php b/src/flextype/core/Plugins.php index 9cee310a..9889c1b5 100755 --- a/src/flextype/core/Plugins.php +++ b/src/flextype/core/Plugins.php @@ -9,7 +9,7 @@ declare(strict_types=1); namespace Flextype; -use Atomastic\Macroable\Macroable; +use Glowy\Macroable\Macroable; use Composer\Semver\Semver; use Flextype\Component\I18n\I18n; use RuntimeException; diff --git a/src/flextype/core/Serializers/Serializers.php b/src/flextype/core/Serializers/Serializers.php index 81777f70..f9bb0c5f 100644 --- a/src/flextype/core/Serializers/Serializers.php +++ b/src/flextype/core/Serializers/Serializers.php @@ -9,7 +9,7 @@ declare(strict_types=1); namespace Flextype\Serializers; -use Atomastic\Macroable\Macroable; +use Glowy\Macroable\Macroable; class Serializers { diff --git a/src/flextype/flextype.php b/src/flextype/flextype.php index b6b1b5d8..b746c9ad 100644 --- a/src/flextype/flextype.php +++ b/src/flextype/flextype.php @@ -9,8 +9,8 @@ declare(strict_types=1); namespace Flextype; -use Atomastic\Csrf\Csrf; -use Atomastic\Session\Session; +use Glowy\Csrf\Csrf; +use Glowy\Session\Session; use Cocur\Slugify\Slugify; use DateTimeZone; use Flextype\Entries\Entries; diff --git a/src/flextype/macros/arrays.php b/src/flextype/macros/arrays.php index b4dff6d0..abb6c33d 100644 --- a/src/flextype/macros/arrays.php +++ b/src/flextype/macros/arrays.php @@ -2,7 +2,7 @@ declare(strict_types=1); -use Atomastic\Arrays\Arrays; +use Glowy\Arrays\Arrays; if (! Arrays::hasMacro('onlyFromCollection')) { /**