Skip to content

Commit e84c379

Browse files
committed
Fix deprecation warning message
1 parent c5543d2 commit e84c379

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)