1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-07 21:56:33 +02:00

feat(macros): Add ability to fetch specific fields from single entry and from entries collection #558

This commit is contained in:
Awilum
2021-08-02 11:57:12 +03:00
parent 0a0cd6046c
commit fffb58095a

View File

@@ -29,7 +29,7 @@ if (! Arrays::hasMacro('onlyFromCollection')) {
});
}
if (! Arrays::hasMacro('onlyFromCollection')) {
if (! Arrays::hasMacro('exceptFromCollection')) {
/**
* Return slice of an array except given keys.
*