refactor: remove unused tags method from ApplicationDeploymentJob
This commit is contained in:
parent
9048efaf74
commit
cc61f48f27
1 changed files with 0 additions and 5 deletions
|
|
@ -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([
|
||||
|
|
|
|||
Loading…
Reference in a new issue