Skip to content

Commit 9e51051

Browse files
sailingdeveloperjenssegers
authored andcommitted
Typo in Model.php (#1068)
Relatinoships -> relationships
1 parent ebab4eb commit 9e51051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jenssegers/Mongodb/Eloquent/Model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ protected function embedsOne($related, $localKey = null, $foreignKey = null, $re
115115
{
116116
// If no relation name was given, we will use this debug backtrace to extract
117117
// the calling method's name and use that as the relationship name as most
118-
// of the time this will be what we desire to use for the relatinoships.
118+
// of the time this will be what we desire to use for the relationships.
119119
if (is_null($relation)) {
120120
list(, $caller) = debug_backtrace(false);
121121

0 commit comments

Comments
 (0)