Skip to content

Commit fb8e729

Browse files
authored
Update console.rst
1 parent 8d804a8 commit fb8e729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ On PHP 8, you can use native attribute ``AsCommand`` to configure::
162162
#[AsCommand(
163163
name: 'app:create-user',
164164
description: 'Creates a new user.',
165-
hidden: false
165+
hidden: false,
166166
aliases: ['app:add-user']
167167
)]
168168
class CreateUserCommand extends Command

0 commit comments

Comments
 (0)