Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trippo authored Nov 22, 2024
1 parent 6321b6e commit b1ee31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ A convenient command is available to generate DocBlock annotations for enum clas
php artisan enum:annotate {class?} {--folder=}

# Single enum
php artisan enum:annotate Enums/FQN/ClassName
php artisan enum:annotate "Enums\FQN\ClassName"
# All enums in a folder
php artisan enum:annotate --folder=Enums/Folder/Path
```
Expand Down

0 comments on commit b1ee31e

Please sign in to comment.