We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a1121 commit 1115bf5Copy full SHA for 1115bf5
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
- }
22
-}
+ /**
+ * 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';
+ }
+}
0 commit comments