Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <[email protected]>
  • Loading branch information
solracsf authored Nov 25, 2024
1 parent a2a36fe commit 814ed4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Files/Template/TemplateManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function __construct(
private IFactory $l10nFactory,
private LoggerInterface $logger,
) {
$this->l10n = $this->l10nFactory->get('lib');
$this->l10n = $l10nFactory->get('lib');
$user = $userSession->getUser();
$this->userId = $user ? $user->getUID() : null;
}
Expand Down

0 comments on commit 814ed4d

Please sign in to comment.