4 files changed
+4
-4
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 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Submodule laravel-mongodb updated 52 files
- CHANGELOG.md+8-2
- docs/includes/framework-compatibility-laravel.rst+1-1
- phpstan-baseline.neon+2-2
- src/Auth/User.php+7-16
- src/Eloquent/DocumentModel.php+749
- src/Eloquent/HasSchemaVersion.php+82
- src/Eloquent/HybridRelations.php+10-12
- src/Eloquent/Model.php+25-732
- src/Helpers/QueriesRelationships.php+1-1
- src/Relations/BelongsToMany.php+4-3
- src/Relations/EmbedsMany.php+13-11
- src/Relations/EmbedsOneOrMany.php+10-1
- src/Relations/MorphToMany.php+10-10
- tests/Casts/BinaryUuidTest.php+2-1
- tests/Casts/ObjectIdTest.php+2-1
- tests/ConnectionTest.php+2-1
- tests/Eloquent/ModelTest.php+62
- tests/EmbeddedRelationsTest.php+6
- tests/ModelTest.php+11-11
- tests/Models/Address.php+8-3
- tests/Models/Birthday.php+8-3
- tests/Models/Book.php+9-5
- tests/Models/CastObjectId.php+3-3
- tests/Models/Casting.php+3-3
- tests/Models/Client.php+9-4
- tests/Models/Experience.php+9-4
- tests/Models/Group.php+9-4
- tests/Models/Guarded.php+9-4
- tests/Models/HiddenAnimal.php+7-1
- tests/Models/IdIsBinaryUuid.php+9-4
- tests/Models/IdIsInt.php+9-5
- tests/Models/IdIsString.php+9-4
- tests/Models/Item.php+9-4
- tests/Models/Label.php+9-4
- tests/Models/Location.php+9-4
- tests/Models/Photo.php+9-4
- tests/Models/Role.php+9-4
- tests/Models/SchemaVersion.php+26
- tests/Models/Scoped.php+9-4
- tests/Models/Skill.php+9-4
- tests/Models/Soft.php+9-5
- tests/Models/SqlBook.php+3-3
- tests/Models/SqlRole.php+2-2
- tests/Models/SqlUser.php+2-2
- tests/Models/User.php+8-6
- tests/Query/BuilderTest.php+4-3
- tests/QueryTest.php+3-4
- tests/RelationsTest.php-1
- tests/SchemaVersionTest.php+58
- tests/Seeder/DatabaseSeeder.php+1-6
- tests/TestCase.php+3-9
- tests/TransactionTest.php+2-2
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
0 commit comments