Move DeleteCron to be time insensitive

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2022-02-24 14:08:46 +01:00
parent 8c33760c79
commit e42ffa4ca2
3 changed files with 8 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
namespace OCA\Deck\Cron;
use OC\BackgroundJob\Job;
use OCP\BackgroundJob\Job;
use OCA\Deck\Db\Card;
use OCA\Deck\Db\CardMapper;
use OCA\Deck\Notification\NotificationHelper;