Skip to content

Commit

Permalink
fix visibility
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed Jul 6, 2023
1 parent b1273f2 commit 2cb085b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/files_external/lib/Service/BackendService.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ class BackendService {
/** Priority constants for PriorityTrait */
public const PRIORITY_DEFAULT = 100;


private bool $userMountingAllowed = true;
private bool $userUnmountingAllowed = true;

Expand Down Expand Up @@ -78,7 +77,7 @@ class BackendService {
* @param IConfig $config
*/
public function __construct(
private IConfig $config
protected IConfig $config
) {
// Load config values
if ($this->config->getAppValue('files_external', 'allow_user_mounting', 'yes') !== 'yes') {
Expand Down

0 comments on commit 2cb085b

Please sign in to comment.