Skip to content

Commit 68b6d72

Browse files
author
Roman Kliuchko
committed
Fix deprecated syntax.
1 parent 16f5f2d commit 68b6d72

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)