Skip to content

Commit

Permalink
Apply fixes from StyleCI (#26)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
Naoray authored Nov 25, 2020
1 parent 030b336 commit aaea079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tasks/AddRelationshipFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ private function buildMethodName(string $name, string $type)
static $pluralRelations = [
'belongstomany',
'hasmany',
'morphmany'
'morphmany',
];

return in_array(strtolower($type), $pluralRelations)
Expand Down

0 comments on commit aaea079

Please sign in to comment.