mirror of
https://github.com/flextype/flextype.git
synced 2025-08-08 14:16:46 +02:00
feat(core): use glowy instead of atomastic
This commit is contained in:
@@ -9,7 +9,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace Flextype;
|
||||
|
||||
use Atomastic\Arrays\Arrays;
|
||||
use Glowy\Arrays\Arrays;
|
||||
|
||||
class Actions extends Arrays
|
||||
{
|
||||
|
@@ -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;
|
||||
|
@@ -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 {
|
||||
|
||||
|
@@ -9,7 +9,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace Flextype\Parsers;
|
||||
|
||||
use Atomastic\Macroable\Macroable;
|
||||
use Glowy\Macroable\Macroable;
|
||||
|
||||
class Parsers
|
||||
{
|
||||
|
@@ -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;
|
||||
|
@@ -9,7 +9,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace Flextype\Serializers;
|
||||
|
||||
use Atomastic\Macroable\Macroable;
|
||||
use Glowy\Macroable\Macroable;
|
||||
|
||||
class Serializers
|
||||
{
|
||||
|
@@ -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;
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use Atomastic\Arrays\Arrays;
|
||||
use Glowy\Arrays\Arrays;
|
||||
|
||||
if (! Arrays::hasMacro('onlyFromCollection')) {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user