Completed
Push — develop ( fd2db3...d57094 )
by Jens
03:05
created
src/Helper/RoutingHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     public function handle($context, $options)
22 22
     {
23 23
         $options = isset($options['hash']) ? $options['hash'] : [];
24
-        $method = 'get' . ucfirst($this->type);
24
+        $method = 'get'.ucfirst($this->type);
25 25
         return $this->$method($context, $options);
26 26
     }
27 27
 
Please login to merge, or discard this patch.