We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee0dd9 commit 6507279Copy full SHA for 6507279
docs/upgrade.txt
@@ -71,6 +71,16 @@ Version 5.x Breaking Changes
71
72
This library version introduces the following breaking changes:
73
74
+- Removes support for the following classes:
75
+
76
+ - ``MongoDB\Laravel\Auth\DatabaseTokenRepository``. Instead, use the default
77
+ ``Illuminate\Queue\Failed\DatabaseFailedJobProvider`` class and
78
+ specify a connection to MongoDB.
79
80
+ - ``MongoDB\Laravel\Queue\Failed\MongoFailedJobProvider``. Instead,
81
+ use the default ``Illuminate\Queue\Failed\DatabaseFailedJobProvider``
82
+ class and specify a connection to MongoDB.
83
84
- In query results, the library converts BSON ``UTCDateTime`` objects to ``Carbon``
85
date classes, applying the default timezone.
86
0 commit comments