Skip to content

Entity collection

Choose a tag to compare

@krzysiekpiasecki krzysiekpiasecki released this 28 Apr 07:53
· 6 commits to master since this release

Allowing the entity collection (id's)

         array( // #5
                'parents' => [1, 2, 3],                           
            ),

          setParents(entity(1)),
          setParents(entity(2)),
          setParents(entity(3)),