Skip to content

Commit 3e97955

Browse files
committed
slimmer CRUD confirmation message
1 parent 0214e48 commit 3e97955

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Console/Commands/CrudBackpackCommand.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ public function handle()
7272
$url = Str::of(config('app.url'))->finish('/')->append('admin/')->append($nameKebab);
7373

7474
$this->newLine();
75-
$this->line(" Successfully created a CRUD for the <fg=blue>$nameTitle</> model.");
76-
$this->note("Go to <fg=blue>$url</> to see it in action.");
75+
$this->line(" Done! Go to <fg=blue>$url</> to see the CRUD in action.");
7776
$this->newLine();
7877
}
7978

0 commit comments

Comments
 (0)