Skip to content

Commit

Permalink
Remove unused association key
Browse files Browse the repository at this point in the history
  • Loading branch information
dakota committed Apr 11, 2017
1 parent 3ac72e4 commit 542a317
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Listener/JsonApiListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@ protected function _renderWithResources($subject)
'_include' => $this->_getIncludeList($usedAssociations),
'_fieldSets' => $this->config('fieldSets'),
Inflector::tableize($repository->alias()) => $this->_getFindResult($subject),
'_associations' => $usedAssociations,
'_serialize' => true,
'_inflect' => $this->config('inflect')
]);
Expand Down

0 comments on commit 542a317

Please sign in to comment.