Formatting
This commit is contained in:
parent
7a0d2b944c
commit
84dbbafe70
@ -13,8 +13,8 @@ namespace OCA\Richdocuments;
|
|||||||
|
|
||||||
use \OCP\IConfig;
|
use \OCP\IConfig;
|
||||||
|
|
||||||
class AppConfig{
|
class AppConfig{
|
||||||
private $appName = 'richdocuments';
|
private $appName = 'richdocuments';
|
||||||
private $defaults = [
|
private $defaults = [
|
||||||
'wopi_url' => 'https://localhost:9980'
|
'wopi_url' => 'https://localhost:9980'
|
||||||
];
|
];
|
||||||
@ -73,4 +73,3 @@ use \OCP\IConfig;
|
|||||||
return $this->config->setAppValue($userId, $this->appName, $key, $value);
|
return $this->config->setAppValue($userId, $this->appName, $key, $value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user