Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / templates / module / src / Controller / entity-controller.php.twig
index d2261ff347afb889bf989633a0c0a1334b3746c0..7e340e0e3b8446b7043e51c732eb3fdcbab5021e 100644 (file)
@@ -20,8 +20,6 @@ use Drupal\{{ module }}\Entity\{{ entity_class }}Interface;
  * Class {{ entity_class }}Controller.
  *
  *  Returns responses for {{ label }} routes.
- *
- * @package Drupal\{{ module }}\Controller
  */
 class {{ entity_class }}Controller extends ControllerBase implements ContainerInjectionInterface {% endblock %}