fixup! Add backgroundjobs to OCP

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-10-09 15:10:38 +02:00
parent 2dbbc37852
commit 7370fb37bb
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,8 @@ abstract class Job implements IJob {
*
* @param $argument
* @return mixed
*
* @since 15.0.0
*/
abstract protected function run($argument);
}