From bdbe58b7ed14c5209c548e35a2636d616937014b Mon Sep 17 00:00:00 2001 From: Seth Phat Date: Sat, 3 Sep 2022 16:11:00 +0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8fbbfb..dbe1215 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Laravel auto-discovery will automatically do the magic for you. So you don't hav ```bash php artisan eloquent:phpdoc App\Models\User # view only php artisan eloquent:phpdoc App\Models\User --write # view & write to file +php artisan eloquent:phpdoc App\Models\User --short-class # new option - use short class instead of full namespace path ``` Result: @@ -112,4 +113,4 @@ MIT License ## Made by - [Seth Phat](https://github.com/sethsandaru) -- (... contributors?) \ No newline at end of file +- (... contributors?)