diff --git a/frontend/models/ContactForm.php b/frontend/models/ContactForm.php index 3537042..e2b4acb 100644 --- a/frontend/models/ContactForm.php +++ b/frontend/models/ContactForm.php @@ -43,7 +43,6 @@ class ContactForm extends Model /** * Sends an email to the specified email address using the information collected by this model. - * TODO: test * @param string $email the target email address * @return boolean whether the email was sent */ -- libgit2 0.21.4