Skip to content

Commit

Permalink
Merge pull request #314 from spira/analysis-qyop28
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
zakhenry committed Nov 26, 2015
2 parents 11688d0 + 82c6834 commit 893beea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/Http/Controllers/LinkedEntityController.php
Expand Up @@ -91,7 +91,7 @@ protected function processMany(Request $request, $id, $method)

$transformed = $this->getTransformer()->transformCollection($this->findAllChildren($parent), ['_self']);

$responseCollection = collect($transformed)->map(function($entity){
$responseCollection = collect($transformed)->map(function ($entity) {
return ['_self' => $entity['_self']];
})->toArray();

Expand Down

0 comments on commit 893beea

Please sign in to comment.