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 236dd82 commit 1a9a5d7Copy full SHA for 1a9a5d7
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