mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Merge pull request #8877 from nextcloud/deprecated_bgj_delete
Remove old deprecated function from the BackgroundJob
This commit is contained in:
commit
05203e3fc0
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