Skip to content

Bug fixes & change

Compare
Choose a tag to compare
@mootensai mootensai released this 11 Jun 04:47
· 44 commits to master since this release

Bug fixes for #10, #17, #15

There's change for getRelationData() function.
Last getRelationData() return array like this

[0] => 
  ['name'] => 'relation',
  ...

now it return array index with relation names

['relation'] => 
  ['name'] => 'relation',
  ...