mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 01:00:20 -04:00
Make adjustments based on the review
Co-authored-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
This commit is contained in:
parent
4d5b8d2767
commit
3aaab5b92b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue