Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ This library version introduces the following breaking changes:
of this behavior, you cannot have two separate ``id`` and ``_id`` fields in your
documents.

- Removes support for the ``$collection`` property and the following associated
methods:

- ``Model::collection()``. Instead, use ``Model::table()``.
- ``DB::collection()``. Instead, use ``DB::table()``.
- ``Connection::collection()``. Instead, use ``Connection::table()``.
- ``Schema::collection()``. Instead, use ``Schema::table()``.

.. _laravel-breaking-changes-v4.x:

Version 4.x Breaking Changes
Expand Down
Loading