Skip to content

Commit

Permalink
Optimize
Browse files Browse the repository at this point in the history
Signed-off-by: Hoang Pham <[email protected]>
  • Loading branch information
hweihwang committed Aug 28, 2024
1 parent 1678920 commit 2c52b6d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public function __construct(

public function create(?string $publicSharingToken): AuthenticateUserService {
$authServices = [
//Favor session then public sharing
new AuthenticateSessionUserService($this->userSession),
new AuthenticatePublicSharingUserService($this->shareManager, $publicSharingToken)
];
Expand Down

0 comments on commit 2c52b6d

Please sign in to comment.