diff --git a/header_and_footer_scripts.module b/header_and_footer_scripts.module index 9191349..1ad0613 100755 --- a/header_and_footer_scripts.module +++ b/header_and_footer_scripts.module @@ -5,13 +5,12 @@ * Add scripts and styles from the frontend on all over the site. */ -use \Drupal\Core\Routing\RouteMatchInterface; +use Drupal\Core\Routing\RouteMatchInterface; /** * Implements hook_help(). */ -function header_and_footer_scripts_help($route_name, -\Drupal\Core\Routing\RouteMatchInterface $route_match) { +function header_and_footer_scripts_help($route_name, RouteMatchInterface $route_match) { switch ($route_name) { case 'help.page.header_and_footer_scripts': $output = '

' . t('About') . '

';