Completed
Pull Request — master (#290)
by Luc
05:33
created
src/Organizer/Events/WebsiteUpdated.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
-                'website' => (string) $this->getWebsite()
41
+                'website' => (string)$this->getWebsite()
42 42
             ];
43 43
     }
44 44
 
Please login to merge, or discard this patch.