Small changes in the code to make something run again...

This commit is contained in:
2019-05-26 16:15:20 +02:00
parent 92481a62ac
commit 5a359ad97a
6 changed files with 36 additions and 29 deletions

View File

@@ -77,7 +77,7 @@ abstract class AbstractCommonClubsModelFactory
}
private $joins = null;
public function getAttributes($force = False)
public function getJoins($force = False)
{
if($this->joins === null || $force)
$this->joins = $this->fetchJoins();