Sfoglia il codice sorgente

Remove old deprecated function from the BackgroundJob

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v14.0.0beta1
Roeland Jago Douma 6 anni fa
parent
commit
d304f4bebb
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 0 aggiunte e 7 eliminazioni
  1. 0
    7
      lib/public/BackgroundJob.php

+ 0
- 7
lib/public/BackgroundJob.php Vedi File

@@ -46,11 +46,4 @@ class BackgroundJob {
*/
public static function setExecutionType($type) {
}

/**
* @since 6.0.0
* @deprecated 8.1.0 Use \OC::$server->getJobList()->add() instead
*/
public static function registerJob($job, $argument = null) {
}
}

Loading…
Annulla
Salva