Merge remote-tracking branch 'origin/next' into fix/harden-getlogs-livewire-properties

This commit is contained in:
Andras Bacsai
2026-03-28 14:10:15 +01:00
24 changed files with 459 additions and 552 deletions
+7
View File
@@ -267,6 +267,13 @@ class Server extends BaseModel
use HasSafeStringAttribute;
public function setValidationLogsAttribute($value): void
{
$this->attributes['validation_logs'] = $value !== null
? \Stevebauman\Purify\Facades\Purify::config('validation_logs')->clean($value)
: null;
}
public function type()
{
return 'server';