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 16f5f2d commit b757e02Copy full SHA for b757e02
src/Console/Commands/PageBackpackCommand.php
@@ -70,7 +70,7 @@ public function handle()
70
71
$this->infoBlock("Creating {$nameTitle} page");
72
73
- $this->progressBlock("Creating view <fg=blue>resources/views/${filePath}.blade.php</>");
+ $this->progressBlock("Creating view <fg=blue>resources/views/{$filePath}.blade.php</>");
74
75
// check if the file already exists
76
if ((! $this->hasOption('force') || ! $this->option('force')) && $this->alreadyExists($filePath)) {
0 commit comments