Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / templates / module / src / Controller / controller.php.twig
index 57c1ad137fd173d5d52715a806cc4662cf1719b7..568f3b450fb637c0601dac41834c6057fce4bf41 100644 (file)
@@ -17,8 +17,6 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
 {% block class_declaration %}
 /**
  * Class {{ class_name }}.
- *
- * @package Drupal\{{ module }}\Controller
  */
 class {{ class_name }} extends ControllerBase {% endblock %}
 {% block class_construct %}