Skip to content

Commit f414caa

Browse files
committed
wip
1 parent 344302f commit f414caa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Abstracts/RelationalRelationAbstract.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ public function setCount($count)
6262
*/
6363
public function getName()
6464
{
65+
if (is_null($this->name)){
66+
$this->name = $this->getResponseName();
67+
}
68+
6569
return $this->name;
6670
}
6771

0 commit comments

Comments
 (0)