| 1 | <?php |
||
| 18 | class ErrorlogGateway extends Gateway |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @param array|int|string $to |
||
| 22 | * @param \Overtrue\EasySms\Contracts\MessageInterface $message |
||
| 23 | * @param \Overtrue\EasySms\Support\Config $config |
||
| 24 | * |
||
| 25 | * @return array |
||
| 26 | */ |
||
| 27 | 1 | public function send($to, MessageInterface $message, Config $config) |
|
| 47 | } |
||
| 48 |