Fix styling

This commit is contained in:
andrasbacsai 2024-06-25 12:30:37 +00:00 committed by github-actions[bot]
parent 54c4296a25
commit 7474896368

View File

@ -25,9 +25,7 @@ public function backoff(): int
return isDev() ? 1 : 3; return isDev() ? 1 : 3;
} }
public function __construct(public Server $server) public function __construct(public Server $server) {}
{
}
public function middleware(): array public function middleware(): array
{ {