Test Failed
Push — master ( 694ae5...232b2f )
by Innocent
07:25
created
src/Services/GuestService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      */
41 41
     public function getUnsetFields(): array
42 42
     {
43
-        return ['guest_id', 'image'];
43
+        return [ 'guest_id', 'image' ];
44 44
     }
45 45
 
46 46
     /**
Please login to merge, or discard this patch.