Skip to content

Commit

Permalink
MAGETWO-70029: Instantly apply configuration changes in the cron sche…
Browse files Browse the repository at this point in the history
…dule #9957

 - cron observer must have only 1 public method
  • Loading branch information
Oleksii Korshenko committed Jun 20, 2017
1 parent 687b01b commit 7c72ea8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ protected function getScheduleTimeInterval($groupId)
* @param string $groupId
* @return void
*/
public function cleanupDisabledJobs($groupId)
private function cleanupDisabledJobs($groupId)
{
$jobs = $this->getJobs();
foreach ($jobs[$groupId] as $jobCode => $jobConfig) {
Expand Down

0 comments on commit 7c72ea8

Please sign in to comment.