Skip to content

Commit 5130011

Browse files
committed
DOCSP-43172: Remove DatabaseTokenRepository class
1 parent 7296a25 commit 5130011

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/upgrade.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,17 @@ version releases that introduced them. When upgrading library versions,
6161
address all the breaking changes between your current version and the
6262
planned upgrade version.
6363

64+
.. _laravel-breaking-changes-v5.x:
65+
66+
Version 5.x Breaking Changes
67+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68+
69+
This library version introduces the following breaking changes:
70+
71+
- Removes support for the ``Auth\DatabaseTokenRepository`` class. Instead,
72+
use the ``Illuminate\Queue\Failed\DatabaseFailedJobProvider`` class and
73+
specify a connection to MongoDB.
74+
6475
.. _laravel-breaking-changes-v4.x:
6576

6677
Version 4.x Breaking Changes

0 commit comments

Comments
 (0)