File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,16 +87,16 @@ protected function configure()
87
87
Pass the full user class path as the second argument to encode passwords for
88
88
your own entities:
89
89
90
- <info>php %command.full_name% --no-interaction [password] App\Entity\User</info>
90
+ <info>php %command.full_name% --no-interaction [password] ' App\Entity\User' </info>
91
91
92
92
Executing the command interactively allows you to generate a random salt for
93
93
encoding the password:
94
94
95
- <info>php %command.full_name% [password] App\Entity\User</info>
95
+ <info>php %command.full_name% [password] ' App\Entity\User' </info>
96
96
97
97
In case your encoder doesn't require a salt, add the <comment>empty-salt</comment> option:
98
98
99
- <info>php %command.full_name% --empty-salt [password] App\Entity\User</info>
99
+ <info>php %command.full_name% --empty-salt [password] ' App\Entity\User' </info>
100
100
101
101
EOF
102
102
)
You can’t perform that action at this time.
0 commit comments