Skip to content

Commit 31774a1

Browse files
committed
Make getQualifiedParentKeyName public
1 parent 6680b49 commit 31774a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jenssegers/Mongodb/Relations/EmbedsOneOrMany.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ protected function getPathHierarchy($glue = '.')
383383
*
384384
* @return string
385385
*/
386-
protected function getQualifiedParentKeyName()
386+
public function getQualifiedParentKeyName()
387387
{
388388
if ($parentRelation = $this->getParentRelation())
389389
{

0 commit comments

Comments
 (0)