mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fixup! Add backgroundjobs to OCP
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
2dbbc37852
commit
7370fb37bb
1 changed files with 2 additions and 0 deletions
|
|
@ -136,6 +136,8 @@ abstract class Job implements IJob {
|
|||
*
|
||||
* @param $argument
|
||||
* @return mixed
|
||||
*
|
||||
* @since 15.0.0
|
||||
*/
|
||||
abstract protected function run($argument);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue