Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / templates / module / src / Routing / route-subscriber.php.twig
index f7c52b53c235d839fa9815f6f082e838d02b7218..83cb4494611929ed944c59f39c73addbe850b505 100644 (file)
@@ -17,7 +17,6 @@ use Symfony\Component\Routing\RouteCollection;
 /**
  * Class {{ class }}.
  *
- * @package Drupal\{{module}}\Routing
  * Listens to the dynamic route events.
  */
 class {{ class }} extends RouteSubscriberBase {% endblock %}