Skip to content

Commit

Permalink
Add the private properties for $config
Browse files Browse the repository at this point in the history
Signed-off-by: Grégory Marigot <gmarigot@teicee.com>
  • Loading branch information
proxyconcept authored Mar 15, 2024
1 parent 52a1523 commit 2e16092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Os.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

class Os implements IOperatingSystem {
private IOperatingSystem $backend;
private IConfig $config;

public function __construct(IConfig $config) {
$restrictedMode = $config->getAppValue('serverinfo', 'restricted_mode', 'no') === 'yes';
Expand Down

0 comments on commit 2e16092

Please sign in to comment.