Remove middleware and uniqueId methods from
DockerCleanupJob
This commit is contained in:
parent
6d49678842
commit
51a704b22a
1 changed files with 0 additions and 9 deletions
|
|
@ -21,15 +21,6 @@ class DockerCleanupJob implements ShouldQueue, ShouldBeEncrypted
|
|||
public ?string $dockerRootFilesystem = null;
|
||||
public ?int $usageBefore = null;
|
||||
|
||||
public function middleware(): array
|
||||
{
|
||||
return [(new WithoutOverlapping($this->server->uuid))];
|
||||
}
|
||||
|
||||
public function uniqueId(): string
|
||||
{
|
||||
return $this->server->uuid;
|
||||
}
|
||||
public function __construct(public Server $server)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue