We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -16,7 +16,7 @@ |
||
16 | 16 | { |
17 | 17 | parent::boot(); |
18 | 18 | |
19 | - static::creating(function ($model) { |
|
19 | + static::creating(function($model) { |
|
20 | 20 | $model->{$model->getKeyName()} = Uuid::generate()->string; |
21 | 21 | }); |
22 | 22 | } |