refactor: remove unused tags method from ApplicationDeploymentJob

This commit is contained in:
Andras Bacsai
2025-01-10 14:23:33 +01:00
parent 9048efaf74
commit cc61f48f27

View File

@@ -233,11 +233,6 @@ class ApplicationDeploymentJob implements ShouldBeEncrypted, ShouldQueue
} }
} }
public function tags(): array
{
return ['server:'.gethostname()];
}
public function handle(): void public function handle(): void
{ {
$this->application_deployment_queue->update([ $this->application_deployment_queue->update([