'boolean', ]; protected static function booted(): void { static::creating(function (OauthProvider $model) { $model->uuid = Uuid\v4(); }); } }