mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
db constraint with unique remoteId if set, handle sync with tests
This commit is contained in:
@@ -23,7 +23,7 @@ use Psr\Log\LoggerInterface;
|
||||
use Symfony\Component\Messenger\Handler\MessageHandlerInterface;
|
||||
|
||||
/**
|
||||
* Handle notification of chagnes from MSGraph
|
||||
* Handle notification of chagnes from MSGraph.
|
||||
*
|
||||
* @AsMessageHandler
|
||||
*/
|
||||
@@ -97,7 +97,7 @@ class MSGraphChangeNotificationHandler implements MessageHandlerInterface
|
||||
$this->remoteToLocalSyncer->handleInviteSync($invite, $notification, $user);
|
||||
$this->em->flush();
|
||||
} else {
|
||||
$this->logger->info(__CLASS__." id not found in any calendar, calendar range nor invite");
|
||||
$this->logger->info(__CLASS__ . ' id not found in any calendar, calendar range nor invite');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user