Skip to content

Commit 1115bf5

Browse files
committed
Add style fixes
1 parent 16a1121 commit 1115bf5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/Jenssegers/Mongodb/Relations/MorphMany.php

Lines changed: 13 additions & 13 deletions
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)