Skip to content

Commit

Permalink
Declare locking provider
Browse files Browse the repository at this point in the history
Fixes #1023

Signed-off-by: Arne Hamann <[email protected]>
  • Loading branch information
tacruc committed Sep 26, 2023
1 parent 4504cc4 commit 0e2e7f2
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 0e2e7f2

Please sign in to comment.