|
@@ -1,5 +1,7 @@ |
|
1
|
|
-<?php
|
|
2
|
|
-
|
|
3
|
|
-interface WeForms_Mailer_Contract {
|
|
4
|
|
- public function send( $to, $subject, $body, $headers );
|
|
5
|
|
-}
|
|
1
|
+<?php |
|
2
|
+ |
|
3
|
+interface WeForms_Mailer_Contract { |
|
4
|
+ |
|
5
|
+ public function send( $to, $subject, $body, $headers ); |
|
6
|
+ |
|
7
|
+} |