mirror of
https://github.com/tiennm99/coolify.git
synced 2026-09-03 10:23:15 +00:00
Merge remote-tracking branch 'origin/next' into fix/harden-getlogs-livewire-properties
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user