Verified Commit 8348f21b authored by Jess's avatar Jess
Browse files

Issue #3325184 by Spokje, andypost, xjm, smustgrave: [9.5.x backport]...

Issue #3325184 by Spokje, andypost, xjm, smustgrave: [9.5.x backport] $this->configFactory is not set properly in the constructor of \Drupal\system\Form\CronForm
parent 6b77b5a5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ class CronForm extends FormBase {
   *   The module handler service.
   */
  public function __construct(ConfigFactoryInterface $config_factory, StateInterface $state, CronInterface $cron, DateFormatterInterface $date_formatter, ModuleHandlerInterface $module_handler) {
    $this->configFactory = $config_factory;
    $this->state = $state;
    $this->cron = $cron;
    $this->dateFormatter = $date_formatter;