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:
Hamid Dehnavi 2023-07-14 17:46:48 +03:30
parent 4d5b8d2767
commit 3aaab5b92b

View file

@ -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);