Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Commit 17b2fe5

Browse files
committed
wip
1 parent ff72506 commit 17b2fe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/UiCommand.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ class UiCommand extends Command
1313
* @var string
1414
*/
1515
protected $signature = 'ui
16-
{ type : The preset type (bootstrap, vue, react) }
17-
{ --auth : Install authentication UI scaffolding }
18-
{ --option=* : Pass an option to the preset command }';
16+
{ type : The preset type (bootstrap, vue, react) }
17+
{ --auth : Install authentication UI scaffolding }
18+
{ --option=* : Pass an option to the preset command }';
1919

2020
/**
2121
* The console command description.

0 commit comments

Comments
 (0)