Fix syntax error
This commit is contained in:
parent
c019875a24
commit
6cfabb55be
1 changed files with 1 additions and 1 deletions
|
@ -57,6 +57,6 @@ class Email
|
|||
|
||||
$success = mail($to, $subject, $message, $headers);
|
||||
|
||||
return $success
|
||||
return $success;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue