mirror of
https://github.com/nextcloud/server.git
synced 2026-03-19 00:53:51 -04:00
fix: Set files app lexicon strictness to IGNORE
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
This commit is contained in:
parent
8eca67bb3f
commit
7bf91658ab
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class ConfigLexicon implements ILexicon {
|
|||
public const OVERWRITES_HOME_FOLDERS = 'overwrites_home_folders';
|
||||
|
||||
public function getStrictness(): Strictness {
|
||||
return Strictness::NOTICE;
|
||||
return Strictness::IGNORE;
|
||||
}
|
||||
|
||||
public function getAppConfigs(): array {
|
||||
|
|
|
|||
Loading…
Reference in a new issue