Skip to content

Commit

Permalink
Added new keyword relation: 'related'
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-cobweb committed Oct 13, 2016
1 parent 6b3cdc8 commit 836661e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Cobwebinfo/ShrekApiClient/Query/KeywordQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ class KeywordQuery extends Query
*/
protected $relations = [
'organisations',
'snippets'
'snippets',
'related'
];

/**
Expand Down

0 comments on commit 836661e

Please sign in to comment.