File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,9 @@ This package adds functionalities to the Eloquent model and Query builder for Mo
38
38
- [ Basic Usage] ( #basic-usage-2 )
39
39
- [ Available operations] ( #available-operations )
40
40
- [ Transactions] ( #transactions )
41
- - [ Schema] ( #schema )
42
41
- [ Basic Usage] ( #basic-usage-3 )
42
+ - [ Schema] ( #schema )
43
+ - [ Basic Usage] ( #basic-usage-4 )
43
44
- [ Geospatial indexes] ( #geospatial-indexes )
44
45
- [ Extending] ( #extending )
45
46
- [ Cross-Database Relationships] ( #cross-database-relationships )
@@ -1107,7 +1108,7 @@ MongoDB specific operations:
1107
1108
1108
1109
All other (unsupported) operations are implemented as dummy pass-through methods because MongoDB does not use a predefined schema.
1109
1110
1110
- Read more about the schema builder on [ Laravel Docs] ( https://laravel.com/docs/6.0 /migrations#tables )
1111
+ Read more about the schema builder on [ Laravel Docs] ( https://laravel.com/docs/10.x /migrations#tables )
1111
1112
1112
1113
### Geospatial indexes
1113
1114
You can’t perform that action at this time.
0 commit comments