Skip to content

Commit f95ecc3

Browse files
committed
JT feedback
1 parent 5130011 commit f95ecc3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/upgrade.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,15 @@ Version 5.x Breaking Changes
6868

6969
This library version introduces the following breaking changes:
7070

71-
- Removes support for the ``Auth\DatabaseTokenRepository`` class. Instead,
72-
use the ``Illuminate\Queue\Failed\DatabaseFailedJobProvider`` class and
73-
specify a connection to MongoDB.
71+
- Removes support for the following classes:
72+
73+
- ``Auth\DatabaseTokenRepository``. Instead, use the
74+
``Illuminate\Queue\Failed\DatabaseFailedJobProvider`` class and
75+
specify a connection to MongoDB.
76+
77+
- ``MongoDB\Laravel\Queue\Failed\MongoFailedJobProvider``. Instead,
78+
use the default ``Illuminate\Queue\Failed\DatabaseFailedJobProvider``
79+
class and specify a connection to MongoDB.
7480

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

0 commit comments

Comments
 (0)