File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -275,11 +275,13 @@ public function generate(
275
275
private function successMessage (InputInterface $ input , ConsoleStyle $ io , string $ userClassName )
276
276
{
277
277
//@TODO sprintf these as needed
278
- $ newClosing [] = 'Next: ' ;
279
- $ newClosing [] = ' 1) Run "php bin/console make:migration" to generate a migration for the new <fg=yellow>"ResetPasswordRequest"</> entity. ' ;
280
- $ newClosing [] = ' 2) Review and customize the templates in <fg=yellow>`templates/reset_password`</>. ' ;
281
- $ newClosing [] = ' 3) Make sure your <fg=yellow>MAILER_DSN</> env var has the correct settings. ' ;
282
- $ io ->text ($ newClosing );
278
+ $ io ->text ('Next: ' );
279
+ $ io ->listing ([
280
+ 'Run "php bin/console make:migration" to generate a migration for the new <fg=yellow>"ResetPasswordRequest"</> entity. ' ,
281
+ ' Review and customize the templates in <fg=yellow>`templates/reset_password`</>. ' ,
282
+ 'Make sure your <fg=yellow>MAILER_DSN</> env var has the correct settings. '
283
+
284
+ ]);
283
285
$ io ->newLine ();
284
286
$ io ->text ('Then go to "/reset-password" and enjoy! ' );
285
287
You can’t perform that action at this time.
0 commit comments