mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Remove old deprecated function from the BackgroundJob
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
63bc633d89
commit
d304f4bebb
1 changed files with 0 additions and 7 deletions
|
|
@ -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…
Reference in a new issue