Bläddra i källkod

Remove old deprecated function from the BackgroundJob

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v14.0.0beta1
Roeland Jago Douma 6 år sedan
förälder
incheckning
d304f4bebb
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 0 tillägg och 7 borttagningar
  1. 0
    7
      lib/public/BackgroundJob.php

+ 0
- 7
lib/public/BackgroundJob.php Visa fil

@@ -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) {
}
}

Laddar…
Avbryt
Spara