diff --git a/src/Form/GoogleAnalyticsAdminSettingsForm.php b/src/Form/GoogleAnalyticsAdminSettingsForm.php index 0d78a99ef7a01a04671278993c04dbe9912df0bf..d35929bd1d932223544376648d17be86a4dd331e 100644 --- a/src/Form/GoogleAnalyticsAdminSettingsForm.php +++ b/src/Form/GoogleAnalyticsAdminSettingsForm.php @@ -3,13 +3,13 @@ namespace Drupal\google_analytics\Form; use Drupal\Component\Utility\Unicode; +use Drupal\Core\Config\ConfigFactoryInterface; +use Drupal\Core\Extension\ModuleHandler; use Drupal\Core\Form\ConfigFormBase; use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Url; use Drupal\Core\Session\AccountInterface; -use Drupal\Core\Extension\ModuleHandler; use Symfony\Component\DependencyInjection\ContainerInterface; -use Drupal\Core\Config\ConfigFactoryInterface; /** * Configure Google_Analytics settings for this site.