'encrypted', 'passphrase' => 'encrypted', ]; protected static function booted(): void { static::creating(fn (self $c) => $c->uuid ??= (string) Str::uuid()); } public function server(): BelongsTo { return $this->belongsTo(Server::class); } }