diff options
Diffstat (limited to 'apps/weather_status/lib/Controller/WeatherStatusController.php')
-rw-r--r-- | apps/weather_status/lib/Controller/WeatherStatusController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/weather_status/lib/Controller/WeatherStatusController.php b/apps/weather_status/lib/Controller/WeatherStatusController.php index 0a0e3a47933..3813bbf9b41 100644 --- a/apps/weather_status/lib/Controller/WeatherStatusController.php +++ b/apps/weather_status/lib/Controller/WeatherStatusController.php @@ -46,7 +46,7 @@ class WeatherStatusController extends OCSController { IRequest $request, ILogger $logger, WeatherStatusService $service, - string $userId) { + ?string $userId) { parent::__construct($appName, $request); $this->userId = $userId; $this->logger = $logger; |