Skip to content

Commit 92851a2

Browse files
committed
Add style fixes
(cherry picked from commit 1115bf5)
1 parent e843e0d commit 92851a2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/Jenssegers/Mongodb/Relations/MorphMany.php

+13-13
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
class MorphMany extends EloquentMorphMany
99
{
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-
}
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+
}

0 commit comments

Comments
 (0)