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.
2 parents b1a35e8 + 0fc3d6a commit cdc99fbCopy full SHA for cdc99fb
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