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 9bf7e92 commit d83d231Copy full SHA for d83d231
README.md
@@ -107,7 +107,7 @@ Cache busting will automatically invalid the cache when an `insert/update/delete
107
108
The `flush` method will flush the cache for a model.
109
110
- User::flush(); //Cache is flushed for the `User` model.
+ (new User)->flush() //Cache is flushed for the `User` model.
111
112
#### isBusting()
113
0 commit comments