We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9170cb4 commit d581d4dCopy full SHA for d581d4d
src/Jenssegers/Mongodb/Relations/MorphMany.php
@@ -7,16 +7,16 @@
7
8
class MorphMany extends EloquentMorphMany
9
{
10
- /**
11
- * Get the name of the "where in" method for eager loading.
12
- *
13
- * @param \Illuminate\Database\Eloquent\Model $model
14
- * @param string $key
15
16
- * @return string
17
- */
18
- protected function whereInMethod( EloquentModel $model, $key )
19
- {
20
- return 'whereIn';
21
- }
+ /**
+ * Get the name of the "where in" method for eager loading.
+ *
+ * @param \Illuminate\Database\Eloquent\Model $model
+ * @param string $key
+ * @return string
+ */
+ protected function whereInMethod(EloquentModel $model, $key)
+ {
+ return 'whereIn';
+ }
22
}
0 commit comments