Skip to content

Commit baf6a26

Browse files
Update src/Commands/Generators/UserModelGenerator.php
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
1 parent 49cd606 commit baf6a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Generators/UserModelGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class UserModelGenerator extends BaseCommand
5454
/**
5555
* The Command's Options
5656
*
57-
* @var array
57+
* @var array<string, string>
5858
*/
5959
protected $options = [
6060
'--namespace' => 'Set root namespace. Default: "APP_NAMESPACE".',

0 commit comments

Comments
 (0)