File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,15 @@ Version 5.x Breaking Changes
68
68
69
69
This library version introduces the following breaking changes:
70
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.
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.
74
80
75
81
.. _laravel-breaking-changes-v4.x:
76
82
You can’t perform that action at this time.
0 commit comments