Commit 76675fd7 authored by duxet's avatar duxet

Make getQualifiedParentKeyName() public (needed by L5)

parent 27055397
This diff is collapsed.
...@@ -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