Skip to content

Commit 63c1df8

Browse files
committed
PHPORM-216 Remove $collection setting from DocumentModel and Connection::collection(). Use $table and Connection::table() instead
1 parent 9c1146c commit 63c1df8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
## [5.0.0] - next
55

66
* **BREAKING CHANGE** Use `id` as an alias for `_id` in commands and queries for compatibility with Eloquent packages by @GromNaN in [#3040](https://github.com/mongodb/laravel-mongodb/pull/3040)
7+
* **BREAKING CHANGE** Remove `$collection` from document model classes, use `$table` instead by @GromNaN in [#3040](https://github.com/mongodb/laravel-mongodb/pull/3040)
8+
* **BREAKING CHANGE** Remove `Connection::collection()`, use `Connection::table()` instead by @GromNaN in [#3040](https://github.com/mongodb/laravel-mongodb/pull/3040)
79

810
## [4.8.0] - next
911

0 commit comments

Comments
 (0)