parent
79cffc22fe
commit
24f1fd5673
|
@ -10,7 +10,7 @@ use Drupal\opdavies_blog\Entity\Node\Post;
|
|||
use GuzzleHttp\ClientInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
final class IftttPostPusher extends HttpPostPusher {
|
||||
final class IftttPostPusher extends WebhookPostPusher {
|
||||
|
||||
use StringTranslationTrait;
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ use Drupal\opdavies_blog\Entity\Node\Post;
|
|||
use GuzzleHttp\ClientInterface;
|
||||
use Webmozart\Assert\Assert;
|
||||
|
||||
final class IntegromatPostPusher extends HttpPostPusher {
|
||||
final class IntegromatPostPusher extends WebhookPostPusher {
|
||||
|
||||
use StringTranslationTrait;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ namespace Drupal\opdavies_blog\Service\PostPusher;
|
|||
|
||||
use GuzzleHttp\ClientInterface;
|
||||
|
||||
abstract class HttpPostPusher implements PostPusher {
|
||||
abstract class WebhookPostPusher implements PostPusher {
|
||||
|
||||
protected ClientInterface $client;
|
||||
|
Loading…
Reference in a new issue