refactor(proxy): remove commented-out listener and method for cleaner code structure
This commit is contained in:
parent
6b64f20773
commit
433dcdbe78
1 changed files with 0 additions and 7 deletions
|
|
@ -11,13 +11,6 @@ class Show extends Component
|
||||||
|
|
||||||
public $parameters = [];
|
public $parameters = [];
|
||||||
|
|
||||||
// protected $listeners = ['proxyStatusUpdated'];
|
|
||||||
|
|
||||||
// public function proxyStatusUpdated()
|
|
||||||
// {
|
|
||||||
// $this->server->refresh();
|
|
||||||
// }
|
|
||||||
|
|
||||||
public function mount()
|
public function mount()
|
||||||
{
|
{
|
||||||
$this->parameters = get_route_parameters();
|
$this->parameters = get_route_parameters();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue