@@ -10,7 +10,7 @@ |
||
| 10 | 10 | { |
| 11 | 11 | parent::boot(); |
| 12 | 12 | |
| 13 | - static::creating(function (self $model): void { |
|
| 13 | + static::creating(function(self $model): void { |
|
| 14 | 14 | $model->{$model->getKeyName()} = $model->generateUuid(); |
| 15 | 15 | }); |
| 16 | 16 | } |