Skip to content

Commit 1b5f0ce

Browse files
committed
fixes typo
1 parent eccc8a1 commit 1b5f0ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Command/ScheduleCommand.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ private function acquireLock(ManagerRegistry $registry, $commandName, \DateTime
121121
);
122122

123123
if ($affectedRows > 0) {
124-
return array(true, $lastRunAt);
124+
return array(true, $now);
125125
}
126126

127127
/** @var CronJob $cronJob */
@@ -168,4 +168,4 @@ private function populateJobsLastRunAt(EntityManager $em, array $jobSchedulers)
168168

169169
return $jobsLastRunAt;
170170
}
171-
}
171+
}

0 commit comments

Comments
 (0)