Fix styling
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
41fb6a1fc9
commit
d86274cc37
@@ -16,6 +16,7 @@ class ApplicationSetting extends Model
|
||||
'is_git_submodules_enabled' => 'boolean',
|
||||
'is_git_lfs_enabled' => 'boolean',
|
||||
];
|
||||
|
||||
protected $guarded = [];
|
||||
|
||||
public function isStatic(): Attribute
|
||||
@@ -26,6 +27,7 @@ class ApplicationSetting extends Model
|
||||
$this->application->ports_exposes = 80;
|
||||
}
|
||||
$this->application->save();
|
||||
|
||||
return $value;
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user