Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Commit

Permalink
Cleanup of unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Coen Zimmerman committed May 27, 2017
1 parent 1418df8 commit c6ba0b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Encoder/Transformers/ModelTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ protected function processRelationships(ResourceInterface $resource)

foreach ($resource->availableIncludes() as $key) {

$relatedType = $resource->relationshipType($key);

$data[ $key ] = [
Key::LINKS => $this->getLinksData($resource, $key)
];
Expand Down

0 comments on commit c6ba0b8

Please sign in to comment.