mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 08:03:49 +00:00
create first tests for accompanying period manipulation
[ci skip]
This commit is contained in:
@@ -133,6 +133,10 @@ class Person {
|
||||
$this->history->add($history);
|
||||
}
|
||||
|
||||
public function removeHistoryFile(PersonHistoryFile $history) {
|
||||
$this->history->remove($history);
|
||||
}
|
||||
|
||||
/**
|
||||
* set the Person file as open at the given date.
|
||||
*
|
||||
|
Reference in New Issue
Block a user