This commit is contained in:
James Cole
2018-11-02 21:16:47 +01:00
parent d261c793ae
commit 2283f3e786
3 changed files with 0 additions and 40 deletions

View File

@@ -38,11 +38,6 @@ interface ExportJobRepositoryInterface
*/
public function changeStatus(ExportJob $job, string $status): bool;
/**
* @return bool
*/
public function cleanup(): bool;
/**
* @return ExportJob|null
*/