PersonHistoryFile -> AccompanyingPeriod - refs #275 - debug

This commit is contained in:
Marc Ducobu
2015-02-06 14:38:29 +01:00
parent 090f91e19a
commit 9ea23987a3
4 changed files with 25 additions and 25 deletions

View File

@@ -134,7 +134,7 @@ class Person {
$this->history->add($period);
}
public function removeHistoryFile(PersonHistoryFile $history) {
public function removeHistoryFile(AccompanyingPeriod $history) {
$this->history->remove($history);
}