Fix styling

This commit is contained in:
LEstradioto
2024-06-21 20:09:54 +00:00
committed by github-actions[bot]
parent 5f3fed3c8f
commit 62aa807d0f
50 changed files with 50 additions and 144 deletions

View File

@@ -16,9 +16,7 @@ class ServerFilesFromServerJob implements ShouldBeEncrypted, ShouldQueue
{
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
public function __construct(public ServiceApplication|ServiceDatabase|Application $resource)
{
}
public function __construct(public ServiceApplication|ServiceDatabase|Application $resource) {}
public function handle()
{