改名
This commit is contained in:
@@ -111,7 +111,7 @@ abstract class Callback extends Application
|
|||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$mail = $this->createEmail();
|
$mail = $this->createEmail();
|
||||||
$receives = Config::get('email.receives');
|
$receives = Config::get('email.receive');
|
||||||
if (empty($receives) || !is_array($receives)) {
|
if (empty($receives) || !is_array($receives)) {
|
||||||
throw new Exception('接收人信息错误');
|
throw new Exception('接收人信息错误');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user