jobList->add(UploadCleanup::class, ['uid' => $uid, 'folder' => $folder]); } public function removeJob(string $uid, string $folder) { $this->jobList->remove(UploadCleanup::class, ['uid' => $uid, 'folder' => $folder]); } }