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 @@ class ServerStatusJob implements ShouldBeEncrypted, ShouldQueue
return isDev() ? 1 : 3;
}
public function __construct(public Server $server)
{
}
public function __construct(public Server $server) {}
public function middleware(): array
{