Skip to content

Commit 590ad3a

Browse files
committed
fix: add view:install description
1 parent efafad7 commit 590ad3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ViewInstallCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ class ViewInstallCommand extends Command
1818
{--vue? : Install vue}
1919
{--pm=npm : Package manager to use}';
2020

21+
protected $description = 'Set up a new view engine';
22+
2123
protected function handle(): int
2224
{
2325
if ($this->option('blade')) {

0 commit comments

Comments
 (0)