diff --git a/src/Maker/MakeEntity.php b/src/Maker/MakeEntity.php index 83c45fbdc..41f0287fb 100644 --- a/src/Maker/MakeEntity.php +++ b/src/Maker/MakeEntity.php @@ -163,7 +163,7 @@ public function interact(InputInterface $input, ConsoleStyle $io, Command $comma // Mercure is needed if ($isBroadcast && !class_exists(MercureExtension::class)) { - throw new RuntimeCommandException('Please run "composer require symfony/mercure". It is needed to broadcast entities.'); + throw new RuntimeCommandException('Please run "composer require symfony/mercure-bundle". It is needed to broadcast entities.'); } $input->setOption('broadcast', $isBroadcast);