]> source.dussan.org Git - nextcloud-server.git/commit
Fix API breakage by using a new method instead 36073/head
authorCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 12 Jan 2023 16:18:59 +0000 (17:18 +0100)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 12 Jan 2023 16:18:59 +0000 (17:18 +0100)
commitd74044f6341e93861d820f21b6d37a2f98e1ef60
tree2e25ede4dd29913b5e526cce3b790d627a230205
parente74f4646622a6f667228d52be1dde091bb0b2757
Fix API breakage by using a new method instead

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
core/Command/Background/ListCommand.php
lib/private/BackgroundJob/JobList.php
lib/public/BackgroundJob/IJobList.php
tests/lib/BackgroundJob/DummyJobList.php
tests/lib/BackgroundJob/JobListTest.php