IHandleUserSessions $session,
DbaDefinition $dbaDefinition,
ViewDefinition $viewDefinition,
- AppHelper $appHelper = null,
+ AppHelper $appHelper,
) {
$this->container = $container;
$this->requestId = $request->getRequestId();
$this->l10n = $l10n;
$this->args = $args;
$this->session = $session;
- $this->appHelper = $appHelper ?? DI::appHelper();
+ $this->appHelper = $appHelper;
$this->load($dbaDefinition, $viewDefinition);
}