diff options
-rw-r--r-- | apps/dashboard/lib/Service/DashboardService.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dashboard/lib/Service/DashboardService.php b/apps/dashboard/lib/Service/DashboardService.php index 041d4a5c772..a311caf5d48 100644 --- a/apps/dashboard/lib/Service/DashboardService.php +++ b/apps/dashboard/lib/Service/DashboardService.php @@ -14,7 +14,7 @@ use OCP\IConfig; class DashboardService { public function __construct( private IConfig $config, - private String $userId, + private ?string $userId, ) { } |