Passed
Push — master ( c3ad1f...5d0db5 )
by Jonathan
18:11 queued 08:17
created
app/Console/Commands/UserCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
 
64 64
         // Create uuid
65 65
         Entity::create([
66
-            'id' => (string) Str::uuid(),
66
+            'id' => (string)Str::uuid(),
67 67
             'module_id' => ucmodule('user')->id,
68 68
             'record_id' => $user->getKey(),
69 69
         ]);
Please login to merge, or discard this patch.