Completed
Push — master ( e881d8...a5189e )
by Pavel
02:13
created
src/Doctrine/Rest/Action/RelatedItemAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
 
41 41
         $this->authorize($request, $entity);
42 42
 
43
-		$method = 'get' . ucfirst($this->relatedField);
43
+		$method = 'get'.ucfirst($this->relatedField);
44 44
 
45 45
 		if ($relatedEntity = $entity->{$method}()) {
46 46
             $resource = new Item($relatedEntity, $this->transformer());
Please login to merge, or discard this patch.