chore: Remove commented code in Server model
This commit is contained in:
parent
a0bb523507
commit
5bcd813792
1 changed files with 0 additions and 9 deletions
|
|
@ -460,15 +460,6 @@ public function proxyPath()
|
|||
|
||||
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');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue