Skip to content

Commit

Permalink
fix: timezoneService to comment and class fields
Browse files Browse the repository at this point in the history
  • Loading branch information
rivexe committed Sep 18, 2024
1 parent 0bfb7fb commit 5a4fe92
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/Controller/EditorApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,13 @@ class EditorApiController extends OCSController {
*/
private $avatarManager;

/**
* Timezone service
*
* @var TimezoneService
*/
private $timezoneService;

/**
* Mobile regex from https://github.com/ONLYOFFICE/CommunityServer/blob/v9.1.1/web/studio/ASC.Web.Studio/web.appsettings.config#L35
*/
Expand All @@ -176,6 +183,7 @@ class EditorApiController extends OCSController {
* @param ISession $ISession - Session
* @param ITagManager $tagManager - Tag manager
* @param ILockManager $lockManager - Lock manager
* @param TimezoneService $timezoneService - Timezone service
*/
public function __construct(
$AppName,
Expand Down

0 comments on commit 5a4fe92

Please sign in to comment.