1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 06:06:45 +02:00

feat(macros): add onlyFromCollection and exceptFromCollection macros for Arrays #553

This commit is contained in:
Awilum
2021-07-16 17:23:25 +03:00
parent 086ba796aa
commit 988b24e97d

View File

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