Loading src/Form/GoogleAnalyticsAdminSettingsForm.php +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ namespace Drupal\google_analytics\Form; use Drupal\Core\Config\ConfigFactoryInterface; use Drupal\Core\Extension\ModuleHandler; use Drupal\Core\Extension\ModuleHandlerInterface; use Drupal\Core\Form\ConfigFormBase; use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Url; Loading @@ -23,7 +23,7 @@ class GoogleAnalyticsAdminSettingsForm extends ConfigFormBase { /** * {@inheritdoc} */ public function __construct(ConfigFactoryInterface $config_factory, AccountInterface $currentUser, ModuleHandler $moduleHandler) { public function __construct(ConfigFactoryInterface $config_factory, AccountInterface $currentUser, ModuleHandlerInterface $moduleHandler) { parent::__construct($config_factory); $this->currentUser = $currentUser; $this->moduleHandler = $moduleHandler; Loading Loading
src/Form/GoogleAnalyticsAdminSettingsForm.php +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ namespace Drupal\google_analytics\Form; use Drupal\Core\Config\ConfigFactoryInterface; use Drupal\Core\Extension\ModuleHandler; use Drupal\Core\Extension\ModuleHandlerInterface; use Drupal\Core\Form\ConfigFormBase; use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Url; Loading @@ -23,7 +23,7 @@ class GoogleAnalyticsAdminSettingsForm extends ConfigFormBase { /** * {@inheritdoc} */ public function __construct(ConfigFactoryInterface $config_factory, AccountInterface $currentUser, ModuleHandler $moduleHandler) { public function __construct(ConfigFactoryInterface $config_factory, AccountInterface $currentUser, ModuleHandlerInterface $moduleHandler) { parent::__construct($config_factory); $this->currentUser = $currentUser; $this->moduleHandler = $moduleHandler; Loading