Successfully tested create, update and delete of trivial elements
This commit is contained in:
@@ -34,4 +34,10 @@ class CommonClubsModelPlace extends AbstractCommonClubsModel
|
||||
{
|
||||
$this->setValue('area', $area);
|
||||
}
|
||||
|
||||
public function setClub($club)
|
||||
{
|
||||
$this->setValue('club', $club);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user