unsubscribe() public method

Add a email from list
public unsubscribe ( string $email ) : mixed
$email string
return mixed
Beispiel #1
0
 /**
  * Add a email from list
  *
  * @param  string $email
  *
  * @return mixed
  */
 public function unsubscribe($email)
 {
     return News::unsubscribe($email);
 }