Remove unnecessary code in StartProxy.php
This commit is contained in:
parent
52120e7a38
commit
8eacf67725
1 changed files with 0 additions and 2 deletions
|
|
@ -66,8 +66,6 @@ public function handle(Server $server, bool $async = true): string|Activity
|
||||||
} catch (\Throwable $e) {
|
} catch (\Throwable $e) {
|
||||||
ray($e);
|
ray($e);
|
||||||
throw $e;
|
throw $e;
|
||||||
} finally {
|
|
||||||
$server->setupDynamicProxyConfiguration();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue