선포 옵션 변경

This commit is contained in:
2018-04-19 01:38:28 +09:00
parent 2cc2f7eb23
commit 07130e6022
+2 -1
View File
@@ -795,7 +795,8 @@ function process_62(&$general) {
$dest,
$text,
new \DateTime($general['turntime']),
new \DateTime('9999-12-31')
new \DateTime('9999-12-31'),
[]
);
$msg->send(true);
}