Skip to content
Snippets Groups Projects
Commit c6e729d4 authored by Aaron Bauman's avatar Aaron Bauman
Browse files

Fix example patch cruft

parent 871be42b
No related branches found
No related tags found
No related merge requests found
Pipeline #58413 failed
...@@ -53,33 +53,6 @@ class SalesforceExampleSubscriber implements EventSubscriberInterface { ...@@ -53,33 +53,6 @@ class SalesforceExampleSubscriber implements EventSubscriberInterface {
$this->client = $salesforce_client; $this->client = $salesforce_client;
} }
/**
* Logger.
*
* @var \Psr\Log\LoggerInterface
*/
protected $logger;
/**
* The Salesforce REST client.
*
* @var \Drupal\salesforce\Rest\RestClientInterface
*/
protected $client;
/**
* Create a new Salesforce object.
*
* @param \Psr\Log\LoggerInterface $logger
* The logger.
* @param \Drupal\salesforce\Rest\RestClientInterface $salesforce_client
* The factory for configuration objects.
*/
public function __construct(LoggerInterface $logger, RestClientInterface $salesforce_client) {
$this->logger = $logger;
$this->client = $salesforce_client;
}
/** /**
* SalesforcePushAllowedEvent callback. * SalesforcePushAllowedEvent callback.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment