Passed
Push — master ( ae7f27...efcddf )
by Curtis
06:37
created
app/Person.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     {
16 16
         parent::boot();
17 17
 
18
-        static::creating(function ($model) {
18
+        static::creating(function($model) {
19 19
             $model->uuid = (string) Uuid::uuid4();
20 20
         });
21 21
     }
Please login to merge, or discard this patch.
app/Individual.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     {
27 27
         parent::boot();
28 28
 
29
-        static::creating(function ($model) {
29
+        static::creating(function($model) {
30 30
             $model->uuid = (string) Uuid::uuid4();
31 31
         });
32 32
     }
Please login to merge, or discard this patch.