mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05: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
3aaab5b92b
commit
1f6a121ab0
2 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ class DashboardApiController extends OCSController {
|
|||
IRequest $request,
|
||||
private IManager $dashboardManager,
|
||||
private IConfig $config,
|
||||
private ?string $userId
|
||||
private ?string $userId,
|
||||
) {
|
||||
parent::__construct($appName, $request);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ class LayoutApiController extends OCSController {
|
|||
string $appName,
|
||||
IRequest $request,
|
||||
private IConfig $config,
|
||||
private string $userId
|
||||
private ?string $userId,
|
||||
) {
|
||||
parent::__construct($appName, $request);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue