We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8b770 commit 6a1370cCopy full SHA for 6a1370c
components/console/helpers/cursor.rst
@@ -17,7 +17,7 @@ of the output:
17
use Symfony\Component\Console\Cursor;
18
use Symfony\Component\Console\Output\OutputInterface;
19
20
- #[AsCommand(name: 'my-command')]
+ #[AsCommand(name: 'app:my-command')]
21
class MyCommand
22
{
23
// ...
0 commit comments