Add missing [ ] for schemes option

This commit is contained in:
Julie Lenaerts 2024-08-21 16:53:26 +02:00
parent 212230448b
commit 8c0d2f58ba

View File

@ -42,7 +42,7 @@ class RemoteCalendarConnectAzureController
->redirect(['https://graph.microsoft.com/.default', 'offline_access'], []);
}
#[Route(path: '/connect/azure/check', name: 'chill_calendar_remote_connect_azure_check', schemes: 'https')]
#[Route(path: '/connect/azure/check', name: 'chill_calendar_remote_connect_azure_check', schemes: ['https'])]
public function connectAzureCheck(Request $request): Response
{
/** @var Azure $client */