Skip to content

Commit 3811c65

Browse files
authored
Merge branch 'master' into master
2 parents ec397f8 + a7acac7 commit 3811c65

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github: jenssegers
2-
open_collective: laravel-mongodb
2+
tidelift: "packagist/jenssegers/mongodb"

LICENSE renamed to LICENSE.md

File renamed without changes.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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).

src/Jenssegers/Mongodb/Relations/EmbedsOne.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
class EmbedsOne extends EmbedsOneOrMany
1010
{
11-
1211
public function initRelation(array $models, $relation)
1312
{
1413
foreach ($models as $model) {

0 commit comments

Comments
 (0)