diff --git a/apps/updatenotification/appinfo/routes.php b/apps/updatenotification/appinfo/routes.php index 10835164c7..c7debdb71e 100644 --- a/apps/updatenotification/appinfo/routes.php +++ b/apps/updatenotification/appinfo/routes.php @@ -1,4 +1,7 @@ updateChecker = $updateChecker; } - protected function configure() { + protected function configure(): void { $this ->setName('update:check') ->setDescription('Check for server and app updates')