add user meta check deadline

This commit is contained in:
xiaomlove
2023-01-06 20:19:21 +08:00
parent 8d8e3b7768
commit ad6e66ce56
9 changed files with 22 additions and 1 deletions
+3
View File
@@ -38,4 +38,7 @@ return [
'subject' => 'Get Props:name',
'body' => ':operator Grant you :name, Validity period: :duration.',
],
'metas' => [
'already_valid_forever' => ':meta_key_text 已經永久有效',
],
];