Passed
Push — master ( fbbee5...46cd48 )
by Gombos
02:46
created
src/Database/Concerns/Uuid.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
     {
11 11
         parent::boot();
12 12
 
13
-        static::creating(function (self $model): void {
13
+        static::creating(function(self $model): void {
14 14
             if (empty($model->{$model->getKeyName()})) {
15 15
                 $model->{$model->getKeyName()} = $model->generateUuid();
16 16
             }
Please login to merge, or discard this patch.