debug all constant in settings

This commit is contained in:
edmondlang
2022-08-06 00:41:28 +08:00
parent b984f931e1
commit 845fdfd5ca
2 changed files with 3 additions and 3 deletions
@@ -25,8 +25,8 @@ class UpdateConstantPostcodeLogic extends AbstractControllerLogic
*/
protected function notification():array {
return [
'title' => 'Updated Segment Constant',
'message' => 'You have successfully updated the Segment Constant'
'title' => 'Updated Postcode Constant',
'message' => 'You have successfully updated the Postcode Constant'
];
}