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 d196626 commit 0fc3d6aCopy full SHA for 0fc3d6a
src/app/Console/Commands/AddCustomRouteContent.php
@@ -47,7 +47,7 @@ public function handle()
47
$disk = Storage::disk($disk_name);
48
$code = $this->argument('code');
49
50
- $this->progressBlock("Adding route to $path");
+ $this->progressBlock("Adding route to <fg=blue>$path</>");
51
52
// Validate file exists
53
if (! $disk->exists($path)) {
src/app/Console/Commands/AddSidebarContent.php
@@ -46,7 +46,7 @@ public function handle()
46
- $this->progressBlock("Adding sidebar entry to $path");
+ $this->progressBlock("Adding sidebar entry to <fg=blue>$path</>");
0 commit comments