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 @@ public function __construct(int $application_deployment_queue_id)
}
}
public function tags(): array
{
return ['server:'.gethostname()];
}
public function handle(): void
{
$this->application_deployment_queue->update([