diff options
author | Hamid Dehnavi <hamid.dev.pro@gmail.com> | 2023-07-14 17:46:48 +0330 |
---|---|---|
committer | Hamid Dehnavi <hamid.dev.pro@gmail.com> | 2023-07-14 17:46:48 +0330 |
commit | 3aaab5b92b44ddf029a47a05d6ece04bb77decb2 (patch) | |
tree | 8c5d49b935b3ece17f7fa0f96ee893abd9754362 /apps/dashboard/lib/Controller | |
parent | 4d5b8d2767405db59fbf0ff9bbf5679e7bedcfe9 (diff) | |
download | nextcloud-server-3aaab5b92b44ddf029a47a05d6ece04bb77decb2.tar.gz nextcloud-server-3aaab5b92b44ddf029a47a05d6ece04bb77decb2.zip |
Make adjustments based on the review
Co-authored-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
Diffstat (limited to 'apps/dashboard/lib/Controller')
-rw-r--r-- | apps/dashboard/lib/Controller/DashboardController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dashboard/lib/Controller/DashboardController.php b/apps/dashboard/lib/Controller/DashboardController.php index b6a882af437..adbef320a5a 100644 --- a/apps/dashboard/lib/Controller/DashboardController.php +++ b/apps/dashboard/lib/Controller/DashboardController.php @@ -51,7 +51,7 @@ class DashboardController extends Controller { private IEventDispatcher $eventDispatcher, private IManager $dashboardManager, private IConfig $config, - private string $userId, + private ?string $userId, ) { parent::__construct($appName, $request); |