diff --git a/lib/Jobs/MigrateGroups.php b/lib/Jobs/MigrateGroups.php index b3c11f20..b7b7424c 100644 --- a/lib/Jobs/MigrateGroups.php +++ b/lib/Jobs/MigrateGroups.php @@ -42,6 +42,7 @@ public function __construct( private LoggerInterface $logger, ITimeFactory $timeFactory, ) { + parent::__construct($timeFactory); } protected function run($argument) {