Loading src/Plugin/SmsGateway/Every8d.php +3 −1 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ use Every8d\Client; use Every8d\Message\SMS; /** * Implements every8d gateway. * * @SmsGateway( * id = "every8d", * label = @Translation("Every8d"), Loading Loading @@ -69,7 +71,7 @@ class Every8d extends SmsGatewayPluginBase { } /** * {@inhertidoc} * {@inheritdoc} */ public function send(SmsMessageInterface $sms_message) { Loading Loading
src/Plugin/SmsGateway/Every8d.php +3 −1 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ use Every8d\Client; use Every8d\Message\SMS; /** * Implements every8d gateway. * * @SmsGateway( * id = "every8d", * label = @Translation("Every8d"), Loading Loading @@ -69,7 +71,7 @@ class Every8d extends SmsGatewayPluginBase { } /** * {@inhertidoc} * {@inheritdoc} */ public function send(SmsMessageInterface $sms_message) { Loading