fix
This commit is contained in:
@@ -7,7 +7,8 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class ServerSetting extends Model
|
||||
{
|
||||
protected $fillable = [
|
||||
'server_id'
|
||||
'server_id',
|
||||
'is_docker_installed',
|
||||
];
|
||||
public function server()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user