remove empty line

This commit is contained in:
Uwe Steinmann 2016-04-07 08:31:11 +02:00
parent df040190f1
commit c2d8fb1508

View File

@ -28,6 +28,5 @@ abstract class SeedDMS_Notify {
abstract function toIndividual($sender, $recipient, $subject, $message, $params=array());
abstract function toGroup($sender, $groupRecipient, $subject, $message, $params=array());
abstract function toList($sender, $recipients, $subject, $message, $params=array());
}
?>