Commit 31774a1e authored by Jens Segers's avatar Jens Segers

Make getQualifiedParentKeyName public

parent 6680b49f
...@@ -383,7 +383,7 @@ abstract class EmbedsOneOrMany extends Relation { ...@@ -383,7 +383,7 @@ abstract class EmbedsOneOrMany extends Relation {
* *
* @return string * @return string
*/ */
protected function getQualifiedParentKeyName() public function getQualifiedParentKeyName()
{ {
if ($parentRelation = $this->getParentRelation()) if ($parentRelation = $this->getParentRelation())
{ {
......
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