parent
79cffc22fe
commit
24f1fd5673
3 changed files with 3 additions and 3 deletions
web/modules/custom/blog/src/Service/PostPusher
|
@ -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…
Add table
Add a link
Reference in a new issue