Skip to content

Commit

Permalink
Adjustments for new Conveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharthesavior committed Dec 20, 2023
1 parent 653eb1f commit aefd038
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Services/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,6 @@ public function handleWsHandshake(Request $request, Response $response): bool
);
}
} catch (Exception $e) {
file_put_contents('/var/www/laravel-example/packages/jacked-php/jacked-server/test.txt', json_encode([
'error' => $e->getMessage(),
'this' => get_class($this),
]) . PHP_EOL, FILE_APPEND);
$response->status(401);
$response->end($e->getMessage());
return false;
Expand Down

0 comments on commit aefd038

Please sign in to comment.