Skip to content

Commit

Permalink
Remove query method forwarding and ArrayAccessor implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Mar 20, 2024
1 parent 97697b4 commit 9423564
Show file tree
Hide file tree
Showing 9 changed files with 148 additions and 529 deletions.
2 changes: 2 additions & 0 deletions MIGRATION.md
Expand Up @@ -27,6 +27,8 @@
- Removed support for `implements` in `Table`.
- Removed `get_model()`
- Removed the notion of scopes on Model, they are better replaced with Query extensions.
- Removed forwarded query methods on the model. Still `query()` and `where()` remain available.
- The `Model` class no longer implements `ArrayAccess`.

### Deprecated Features

Expand Down

0 comments on commit 9423564

Please sign in to comment.