diff --git a/templates/module/module.twig b/templates/module/module.twig index c6b55b356..53540372f 100644 --- a/templates/module/module.twig +++ b/templates/module/module.twig @@ -1,6 +1,6 @@ {% extends "base/file.php.twig" %} -{% block file_path %}{{machine_name}}.module.{% endblock %} +{% block file_path %}{{machine_name}}.module{% endblock %} {% block use_class %} use Drupal\Core\Routing\RouteMatchInterface;