Successfully tested create, update and delete of trivial elements

This commit is contained in:
2019-05-23 17:52:11 +02:00
parent 23941f32d3
commit 8b25925ec4
5 changed files with 40 additions and 5 deletions

View File

@@ -34,4 +34,10 @@ class CommonClubsModelPlace extends AbstractCommonClubsModel
{
$this->setValue('area', $area);
}
public function setClub($club)
{
$this->setValue('club', $club);
}
}