Small changes in the code to make something run again...
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user