Skip to content

Commit a8d02d0

Browse files
author
Piergiuseppe Longo
committed
Fix success message in MakeMigration
1 parent 09fc38c commit a8d02d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Maker/MakeEntity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public function generate(InputInterface $input, ConsoleStyle $io, Generator $gen
256256

257257
$this->writeSuccessMessage($io);
258258
$io->text([
259-
'Next: When you\'re ready, create a migration with <comment>make:migration</comment>',
259+
'Next: When you\'re ready, create a migration with <info>php bin/console make:migration</info>',
260260
'',
261261
]);
262262
}

0 commit comments

Comments
 (0)