|
@@ -45,7 +45,7 @@ class ContactForm extends Model
|
|
|
/**
|
|
/**
|
|
|
* Sends an email to the specified email address using the information collected by this model.
|
|
* Sends an email to the specified email address using the information collected by this model.
|
|
|
* @param string $email the target email address
|
|
* @param string $email the target email address
|
|
|
- * @return boolean whether the model passes validation
|
|
|
|
|
|
|
+ * @return bool whether the model passes validation
|
|
|
*/
|
|
*/
|
|
|
public function contact($email)
|
|
public function contact($email)
|
|
|
{
|
|
{
|