We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8452d21 commit b4cea00Copy full SHA for b4cea00
src/app/Console/Commands/AddCustomRouteContent.php
@@ -63,7 +63,7 @@ public function handle()
63
64
// if the code already exists in the file, abort
65
if ($this->getLastLineNumberThatContains($code, $file_lines)) {
66
- $this->closeProgressBlock('Not needed', 'yellow');
+ $this->closeProgressBlock('Already existed', 'yellow');
67
68
return;
69
}
src/app/Console/Commands/AddSidebarContent.php
@@ -61,7 +61,7 @@ public function handle()
61
62
// Validate the entry already exists
0 commit comments