Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaznv committed Jun 13, 2023
1 parent c315571 commit 6eb3009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ php artisan laracache:update -m Article -e latest -e featured
php artisan laracache:update -m Article -m Product
# defines model with full namespace
php artisan laracache:update -m Domain\Article\Models\Article
php artisan laracache:update -m "Domain\Article\Models\Article"
```
### Delete Cache
Expand All @@ -330,7 +330,7 @@ php artisan laracache:delete -m Article -e latest -e featured
php artisan laracache:delete -m Article -m Product
# defines model with full namespace
php artisan laracache:delete -m Domain\Article\Models\Article
php artisan laracache:delete -m "Domain\Article\Models\Article"
```
> **Note**: If you don't specify any entity, all entities will be operated.
Expand Down

0 comments on commit 6eb3009

Please sign in to comment.