mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: server settings guarded
This commit is contained in:
parent
50fc05ab52
commit
65bfce43c0
1 changed files with 1 additions and 4 deletions
|
|
@ -6,10 +6,7 @@ use Illuminate\Database\Eloquent\Model;
|
|||
|
||||
class ServerSetting extends Model
|
||||
{
|
||||
protected $fillable = [
|
||||
'server_id',
|
||||
'is_usable',
|
||||
];
|
||||
protected $guarded = [];
|
||||
|
||||
public function server()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue