We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6321b6e commit b1ee31eCopy full SHA for b1ee31e
README.md
@@ -99,7 +99,7 @@ A convenient command is available to generate DocBlock annotations for enum clas
99
php artisan enum:annotate {class?} {--folder=}
100
101
# Single enum
102
-php artisan enum:annotate Enums/FQN/ClassName
+php artisan enum:annotate "Enums\FQN\ClassName"
103
# All enums in a folder
104
php artisan enum:annotate --folder=Enums/Folder/Path
105
```
0 commit comments