Skip to content

Commit

Permalink
made getRelatedBySuffix(…) public
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Philip Scholten committed Oct 13, 2013
1 parent 84310ba commit 8b3e44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Propel/Generator/Builder/Om/AbstractOMBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ public function getFKPhpNameAffix(ForeignKey $fk, $plural = false)
*
* @return string
*/
protected static function getRelatedBySuffix(ForeignKey $fk)
public static function getRelatedBySuffix(ForeignKey $fk)
{
$relCol = '';
foreach ($fk->getLocalForeignMapping() as $localColumnName => $foreignColumnName) {
Expand Down

0 comments on commit 8b3e44f

Please sign in to comment.