diff --git a/src/Commands/generate/Generators/Drush/drush-command-file.php.twig b/src/Commands/generate/Generators/Drush/drush-command-file.php.twig index d3e20fb4f3..5cb44f35ea 100644 --- a/src/Commands/generate/Generators/Drush/drush-command-file.php.twig +++ b/src/Commands/generate/Generators/Drush/drush-command-file.php.twig @@ -15,10 +15,6 @@ use Symfony\Component\DependencyInjection\ContainerInterface; /** * A Drush commandfile. - * - * In addition to this file, you need a drush.services.yml - * in root of your module, and a composer.json file that provides the name - * of the services file to use. */ final class {{ class }} extends DrushCommands { {% if services %}