Skip to content

Commit 105c101

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

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
@@ -45,7 +45,7 @@ class UserModelGenerator extends BaseCommand
4545
/**
4646
* The Command's Arguments
4747
*
48-
* @var array
48+
* @var array<string, string>
4949
*/
5050
protected $arguments = [
5151
'name' => 'The model class name.',

0 commit comments

Comments
 (0)