Skip to content

Commit 2c49487

Browse files
committed
Merge branch 'pr_1796' of https://github.com/divine/laravel-mongodb into pr_1796
2 parents c29b3a3 + 661dfc8 commit 2c49487

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Jenssegers/Mongodb/Relations/MorphMany.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@ protected function buildDictionary(Collection $results)
3131
return $results->mapToDictionary(function ($result) use ($foreign) {
3232
return [(string) $result->{$foreign} => $result];
3333
})->all();
34-
3534
}
3635
}

0 commit comments

Comments
 (0)