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:
@@ -29,7 +29,7 @@ if (! Arrays::hasMacro('onlyFromCollection')) {
|
||||
});
|
||||
}
|
||||
|
||||
if (! Arrays::hasMacro('onlyFromCollection')) {
|
||||
if (! Arrays::hasMacro('exceptFromCollection')) {
|
||||
/**
|
||||
* Return slice of an array except given keys.
|
||||
*
|
||||
|
Reference in New Issue
Block a user