Completed
Push — master ( 0513f3...46cdfb )
by Daniel
03:05
created
Routing/Method.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     public function serialize()
21 21
     {
22 22
         return serialize([
23
-           'id' => $this->getId(),
23
+            'id' => $this->getId(),
24 24
             'name' => $this->getName(),
25 25
             'params' => $this->getParams()
26 26
         ]);
Please login to merge, or discard this patch.