mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Merge pull request #3608 from nextcloud/enh/noid/change-priority
This commit is contained in:
commit
2156e60d18
1 changed files with 1 additions and 1 deletions
|
|
@ -78,6 +78,6 @@ class Admin implements ISettings {
|
||||||
* E.g.: 70
|
* E.g.: 70
|
||||||
*/
|
*/
|
||||||
public function getPriority(): int {
|
public function getPriority(): int {
|
||||||
return 5;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue