File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed
src/Jenssegers/Mongodb/Relations Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11github : jenssegers
2- open_collective : laravel- mongodb
2+ tidelift : " packagist/jenssegers/ mongodb"
File renamed without changes.
Original file line number Diff line number Diff line change @@ -1134,3 +1134,7 @@ Embedded relations now return an `Illuminate\Database\Eloquent\Collection` rathe
11341134``` php
11351135$books = $user->books()->sortBy('title')->get();
11361136```
1137+
1138+ ## Security contact information
1139+
1140+ To report a security vulnerability, follow [ these steps] ( https://tidelift.com/security ) .
Original file line number Diff line number Diff line change 88
99class EmbedsOne extends EmbedsOneOrMany
1010{
11-
1211 public function initRelation (array $ models , $ relation )
1312 {
1413 foreach ($ models as $ model ) {
You can’t perform that action at this time.
0 commit comments