Skip to content

Commit

Permalink
Merge pull request #1134 from nextcloud/declare-lockingProvider
Browse files Browse the repository at this point in the history
Declare locking provider
  • Loading branch information
tacruc committed Sep 26, 2023
2 parents 4504cc4 + 0e2e7f2 commit 8cdda76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Hooks/FileHooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ class FileHooks {

private $root;

public function __construct(IRootFolder $root, PhotofilesService $photofilesService, TracksService $tracksService,
private ILockingProvider $lockingProvider;

public function __construct(IRootFolder $root, PhotofilesService $photofilesService, TracksService $tracksService,
ILogger $logger, $appName, ILockingProvider $lockingProvider) {
$this->photofilesService = $photofilesService;
$this->tracksService = $tracksService;
Expand Down

0 comments on commit 8cdda76

Please sign in to comment.