Fix styling

This commit is contained in:
andrasbacsai
2024-06-19 06:59:46 +00:00
committed by github-actions[bot]
parent a43de75b42
commit d1a5f97f59
50 changed files with 50 additions and 144 deletions

View File

@@ -15,9 +15,7 @@ class CleanupHelperContainersJob implements ShouldBeEncrypted, ShouldBeUnique, S
{
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
public function __construct(public Server $server)
{
}
public function __construct(public Server $server) {}
public function handle(): void
{