mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix #1840
This commit is contained in:
@@ -38,11 +38,6 @@ interface ExportJobRepositoryInterface
|
||||
*/
|
||||
public function changeStatus(ExportJob $job, string $status): bool;
|
||||
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
public function cleanup(): bool;
|
||||
|
||||
/**
|
||||
* @return ExportJob|null
|
||||
*/
|
||||
|
Reference in New Issue
Block a user