Skip to content

Commit 5bcd813

Browse files
committed
chore: Remove commented code in Server model
1 parent a0bb523 commit 5bcd813

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

app/Models/Server.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -460,15 +460,6 @@ public function proxyPath()
460460

461461
public function proxyType()
462462
{
463-
// $proxyType = $this->proxy->get('type');
464-
// if ($proxyType === ProxyTypes::NONE->value) {
465-
// return $proxyType;
466-
// }
467-
// if (is_null($proxyType)) {
468-
// $this->proxy->type = ProxyTypes::TRAEFIK->value;
469-
// $this->proxy->status = ProxyStatus::EXITED->value;
470-
// $this->save();
471-
// }
472463
return data_get($this->proxy, 'type');
473464
}
474465

0 commit comments

Comments
 (0)