Unverified Commit 92851a2b authored by Majed6's avatar Majed6

Add style fixes

(cherry picked from commit 1115bf5e545f2edc06261336aefbd1e1c5d188fc)
parent e843e0d4
...@@ -15,7 +15,7 @@ class MorphMany extends EloquentMorphMany ...@@ -15,7 +15,7 @@ class MorphMany extends EloquentMorphMany
* *
* @return string * @return string
*/ */
protected function whereInMethod( EloquentModel $model, $key ) protected function whereInMethod(EloquentModel $model, $key)
{ {
return 'whereIn'; 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