Skip to content

Commit

Permalink
Merge branch 'jtyms-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tabacitu committed Mar 10, 2020
2 parents d39f496 + 9fa87b5 commit feb1488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Migrations/SchemaParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ private function addForeignConstraint($segments)
*/
private function getTableNameFromForeignKey($key)
{
return str_plural(str_replace('_id', '', $key));
return Str::plural(str_replace('_id', '', $key));
}

/**
Expand Down

0 comments on commit feb1488

Please sign in to comment.