-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: Laravel
-
None
The class Auth\DatabaseTokenRepository was created to fix the incompatibility between MongoDB’s Query Builder and Laravel’s Query Builder:
- DateTimeInterface objects converted to string for SQL databases
PHPORM-230 - ID field is id
PHPORM-147 - Expecting objects for the results
PHPORM-229
By changing the behavior of the Query Builder, this class is no longer necessary and we can use Laravel’s DatabaseFailedJobProvider with a MongoDB connection.
- clones
-
PHPORM-231 Remove MongoFailedJobProvider
- Closed
- depends on
-
PHPORM-147 Alias id to _id in the query builder
- Closed
-
PHPORM-229 Return query result as object instead of array for laravel/database compatibility
- Closed
-
PHPORM-230 Convert DateTimeInterface into UTCDateTime
- Closed
-
PHPORM-234 Convert UTCDateTime to Carbon dates in query builder results
- Closed
- duplicates
-
PHPORM-42 Remove custom Laravel Auth classes
- Closed