Commit 5fbcdcf6 authored by jiangkebao's avatar jiangkebao

修改默认值

parent d7514609
...@@ -16,5 +16,5 @@ interface MessageTemplateServiceInterface ...@@ -16,5 +16,5 @@ interface MessageTemplateServiceInterface
* @param array $replace 替换内容(注意顺序) * @param array $replace 替换内容(注意顺序)
* @return string * @return string
*/ */
public function getMessage(int $template_id, array $replace): string; public function getMessage(int $template_id, array $replace = []): string;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment