Skip to content

Commit 72a9d7b

Browse files
authored
bug #1535 [make:entity] Update ux-turbo package name to have proper suggestion
1 parent 89e236f commit 72a9d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Maker/MakeEntity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ public function configureDependencies(DependencyBuilder $dependencies, ?InputInt
333333
if (null !== $input && $input->getOption('broadcast')) {
334334
$dependencies->addClassDependency(
335335
Broadcast::class,
336-
'ux-turbo'
336+
'symfony/ux-turbo'
337337
);
338338
}
339339

0 commit comments

Comments
 (0)