Ajout du bundle ednotif (!6)
| Numéro du ticket | Titre du ticket | |------------------|-----------------| | | | ## Description de la PR ## Modification du .env ## Check list - [ ] Pas de régression - [ ] TU/TI/TF rédigée - [x] TU/TI/TF OK - [x] CHANGELOG modifié Reviewed-on: #6 Co-authored-by: tristan <tristan@yuno.malio.fr> Co-committed-by: tristan <tristan@yuno.malio.fr>
This commit was merged in pull request #6.
This commit is contained in:
14
src/ApiResource/PresencePeriod.php
Normal file
14
src/ApiResource/PresencePeriod.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\ApiResource;
|
||||
|
||||
final class PresencePeriod
|
||||
{
|
||||
public ?string $entryDate = null;
|
||||
public ?string $entryCause = null;
|
||||
|
||||
public ?string $exitDate = null;
|
||||
public ?string $exitCause = null;
|
||||
}
|
||||
Reference in New Issue
Block a user