We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0cecc6a
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', ...