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 5ed9daf commit a808e61Copy full SHA for a808e61
README.md
@@ -52,7 +52,7 @@ abstract class BaseModel extends CachedModel
52
53
### Disabling Caching of Queries
54
**Recommendation: add this to all your seeder queries to avoid pulling in
55
-cacched information when reseeding multiple times.**
+cached information when reseeding multiple times.**
56
You can disable a given query by using `disableCache()` in the query chain, and
57
it needs to be placed (anywhere) prior to the query command (`get()`, `all()`,
58
`find()`, etc). For example:
0 commit comments