Unverified Commit 92851a2b authored by Majed6's avatar Majed6

Add style fixes

(cherry picked from commit 1115bf5e545f2edc06261336aefbd1e1c5d188fc)
parent e843e0d4
......@@ -7,16 +7,16 @@ use Illuminate\Database\Eloquent\Relations\MorphMany as EloquentMorphMany;
class MorphMany extends EloquentMorphMany
{
/**
* 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';
}
}
\ No newline at end of file
/**
* 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';
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment