Skip to content

Commit cdc6057

Browse files
authored
Merge pull request #182 from diogogomeswww/main
Fix deprecation warning message
2 parents c5543d2 + e84c379 commit cdc6057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/PageBackpackCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function handle()
7070

7171
$this->infoBlock("Creating {$nameTitle} page");
7272

73-
$this->progressBlock("Creating view <fg=blue>resources/views/${filePath}.blade.php</>");
73+
$this->progressBlock("Creating view <fg=blue>resources/views/{$filePath}.blade.php</>");
7474

7575
// check if the file already exists
7676
if ((! $this->hasOption('force') || ! $this->option('force')) && $this->alreadyExists($filePath)) {

0 commit comments

Comments
 (0)