2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + |
Submodule laravel-mongodb updated 58 files
- CHANGELOG.md+10-1
- docs/includes/auth/AppServiceProvider.php+32
- docs/includes/auth/PersonalAccessToken.php-1
- docs/includes/eloquent-models/PlanetThirdParty.php-1
- docs/includes/framework-compatibility-laravel.rst+1-1
- docs/includes/fundamentals/write-operations/WriteOperationsTest.php+9-9
- docs/includes/query-builder/QueryBuilderTest.php+4-4
- docs/includes/usage-examples/DeleteOneTest.php+1-1
- docs/includes/usage-examples/FindManyTest.php+1-1
- docs/includes/usage-examples/FindOneTest.php+2-2
- docs/includes/usage-examples/InsertOneTest.php+1-1
- docs/includes/usage-examples/UpdateOneTest.php+1-1
- docs/user-authentication.txt+110
- src/Auth/User.php-1
- src/Connection.php-18
- src/Eloquent/DocumentModel.php+9-23
- src/Eloquent/Model.php-7
- src/Query/Builder.php+134-65
- src/Queue/Failed/MongoFailedJobProvider.php+5-5
- src/Queue/MongoQueue.php+1-1
- src/Relations/EmbedsMany.php+5-5
- src/Relations/EmbedsOne.php+3-3
- src/Schema/Builder.php-19
- tests/AuthTest.php+4-4
- tests/EmbeddedRelationsTest.php+24-24
- tests/HybridRelationsTest.php+12-12
- tests/ModelTest.php+59-57
- tests/Models/Address.php-1
- tests/Models/Birthday.php-1
- tests/Models/Client.php-1
- tests/Models/Experience.php-1
- tests/Models/Group.php+1-2
- tests/Models/Guarded.php-1
- tests/Models/HiddenAnimal.php-1
- tests/Models/IdIsBinaryUuid.php+1-2
- tests/Models/IdIsInt.php+1-2
- tests/Models/IdIsString.php+1-2
- tests/Models/Item.php-1
- tests/Models/Label.php-1
- tests/Models/Location.php-1
- tests/Models/Photo.php-1
- tests/Models/Role.php-1
- tests/Models/Scoped.php-1
- tests/Models/Skill.php-1
- tests/Models/Soft.php-1
- tests/Models/User.php+2-3
- tests/Query/AggregationBuilderTest.php+2-3
- tests/Query/BuilderTest.php+76-51
- tests/QueryBuilderTest.php+150-130
- tests/QueryTest.php+1-1
- tests/QueueTest.php+15-15
- tests/RelationsTest.php+193-193
- tests/SchemaTest.php+50-50
- tests/SchemaVersionTest.php+1-1
- tests/SessionTest.php+33
- tests/Ticket/GH2489Test.php+49
- tests/Ticket/GH2783Test.php+1-1
- tests/TransactionTest.php+13-13
0 commit comments