Completed
Push — master ( 2700ef...362ace )
by Pavel
03:09
created
src/Doctrine/Rest/Action/RelatedItemAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
 
42 42
         $this->authorize($request, $entity);
43 43
 
44
-		$method = 'get' . ucfirst($this->relatedField);
44
+		$method = 'get'.ucfirst($this->relatedField);
45 45
 
46 46
 		if ($relatedEntity = $entity->{$method}()) {
47 47
             $resourceKey = ($relatedEntity instanceof JsonApiResource) ? $relatedEntity->getResourceKey() : null;
Please login to merge, or discard this patch.