Completed
Pull Request — master (#290)
by Luc
04:33
created
src/Organizer/Events/UrlUpdated.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     public function serialize()
39 39
     {
40 40
         return parent::serialize() + [
41
-                'url' => (string) $this->getUrl()
41
+                'url' => (string)$this->getUrl()
42 42
             ];
43 43
     }
44 44
 
Please login to merge, or discard this patch.