You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHPORM-219 Deprecate Connection::collection() and Schema::collection() (#3062)
Use `table()` method instead, consistent with Laravel.
Co-authored-by: Andreas Braun <git@alcaeus.org>
Co-authored-by: Rea Rustagi <85902999+rustagir@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
## [4.8.0] - next
5
5
6
6
* Add `Query\Builder::incrementEach()` and `decrementEach()` methods by @SmallRuralDog in [#2550](https://github.com/mongodb/laravel-mongodb/pull/2550)
7
+
* Deprecate `Connection::collection()` and `Schema\Builder::collection()` methods by @GromNaN in [#3062](https://github.com/mongodb/laravel-mongodb/pull/3062)
0 commit comments