Skip to content

Commit d1c9af8

Browse files
committed
Language made Easy
1 parent ef81599 commit d1c9af8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/MigrationCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ public function fire()
5757

5858
$this->info("Migration successfully created!");
5959
$this->line('');
60-
$this->info('Now Run Command:');
60+
$this->info('(!)Further: Now Run Command:');
6161
$this->line('');
62-
$this->info(' php artisan migrate');
62+
$this->info('> php artisan migrate');
6363
$this->line('');
6464
$this->info("to start the Migration of the 'menus' table");
6565
$this->line('');

0 commit comments

Comments
 (0)