Skip to content

Commit da05142

Browse files
committed
fix: settings section priority
1 parent 8df2c3c commit da05142

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/Sections/CurrencyAdmin.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public function getName(): string {
2828
}
2929

3030
public function getPriority(): int {
31-
32-
return 98;
31+
return 80;
3332
}
3433
}

0 commit comments

Comments
 (0)