Test Failed
Push — master ( 65fd5f...3b2076 )
by Mike
03:58
created
src/Message.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,8 +33,8 @@
 block discarded – undo
33 33
 
34 34
     public function getIdAttribute(): string
35 35
     {
36
-         $this->attributes["id"] = $this->attributes["id"]
37
-             ?? Str::random(16);
36
+            $this->attributes["id"] = $this->attributes["id"]
37
+                ?? Str::random(16);
38 38
 
39 39
         return $this->attributes["id"];
40 40
     }
Please login to merge, or discard this patch.