mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
A first VueJS component, get api datas, a simple button add person
* !! composer require serializer !! * see: http://localhost:8001/fr/parcours/861/show
This commit is contained in:
@@ -369,7 +369,7 @@ class Person implements HasCenterInterface
|
||||
/**
|
||||
* Return the opened accompanying period.
|
||||
*/
|
||||
public function getOpenedAccompanyingPeriod() : AccompanyingPeriod
|
||||
public function getOpenedAccompanyingPeriod() : ?AccompanyingPeriod
|
||||
{
|
||||
if ($this->isOpen() === false) {
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user