feat : ajout de la gestion des heures chauffeurs
All checks were successful
Auto Tag Develop / tag (push) Successful in 8s
All checks were successful
Auto Tag Develop / tag (push) Successful in 8s
This commit is contained in:
@@ -18,6 +18,7 @@ interface EmployeeContractPeriodManagerInterface
|
||||
DateTimeImmutable $startDate,
|
||||
?DateTimeImmutable $endDate,
|
||||
ContractNature $nature,
|
||||
bool $isDriver = false,
|
||||
): void;
|
||||
|
||||
public function closeCurrentPeriod(
|
||||
@@ -33,6 +34,7 @@ interface EmployeeContractPeriodManagerInterface
|
||||
DateTimeImmutable $startDate,
|
||||
?DateTimeImmutable $endDate,
|
||||
ContractNature $nature,
|
||||
?EmployeeContractPeriod $todayPeriod
|
||||
?EmployeeContractPeriod $todayPeriod,
|
||||
bool $isDriver = false,
|
||||
): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user