diff --git a/app/Models/Server.php b/app/Models/Server.php index 54942f5fb..3329c9761 100644 --- a/app/Models/Server.php +++ b/app/Models/Server.php @@ -460,15 +460,6 @@ $schema://$host { public function proxyType() { - // $proxyType = $this->proxy->get('type'); - // if ($proxyType === ProxyTypes::NONE->value) { - // return $proxyType; - // } - // if (is_null($proxyType)) { - // $this->proxy->type = ProxyTypes::TRAEFIK->value; - // $this->proxy->status = ProxyStatus::EXITED->value; - // $this->save(); - // } return data_get($this->proxy, 'type'); }