Completed
Push — master ( a70ca2...b8c2a5 )
by Daniel
14:22
created
Routing/Method.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     public function serialize()
25 25
     {
26 26
         return serialize([
27
-           'id' => $this->id,
27
+            'id' => $this->id,
28 28
             'name' => $this->name,
29 29
             'params' => $this->params,
30 30
             'defaults' => $this->defaults,
Please login to merge, or discard this patch.