1
0
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:
Awilum
2022-01-03 22:19:00 +03:00
parent 4785945053
commit 7e106f35ac
8 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ declare(strict_types=1);
namespace Flextype;
use Atomastic\Arrays\Arrays;
use Glowy\Arrays\Arrays;
class Actions extends Arrays
{

View File

@@ -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;

View File

@@ -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 {

View File

@@ -9,7 +9,7 @@ declare(strict_types=1);
namespace Flextype\Parsers;
use Atomastic\Macroable\Macroable;
use Glowy\Macroable\Macroable;
class Parsers
{

View File

@@ -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;

View File

@@ -9,7 +9,7 @@ declare(strict_types=1);
namespace Flextype\Serializers;
use Atomastic\Macroable\Macroable;
use Glowy\Macroable\Macroable;
class Serializers
{

View File

@@ -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;

View File

@@ -2,7 +2,7 @@
declare(strict_types=1);
use Atomastic\Arrays\Arrays;
use Glowy\Arrays\Arrays;
if (! Arrays::hasMacro('onlyFromCollection')) {
/**