Syncer for user absence, from the msgraph reader

This commit is contained in:
2023-07-06 17:29:10 +02:00
parent 5b42b85b50
commit 2861945a52
5 changed files with 136 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ use Symfony\Contracts\HttpClient\Exception\ServerExceptionInterface;
use Symfony\Contracts\HttpClient\Exception\TransportExceptionInterface;
use Symfony\Contracts\HttpClient\HttpClientInterface;
readonly class MSUserAbsenceReader
final readonly class MSUserAbsenceReader implements MSUserAbsenceReaderInterface
{
public function __construct(
private HttpClientInterface $machineHttpClient,