diff --git a/src/WordPress/DataStore.php b/src/WordPress/DataStore.php index fde4af69..93d832f2 100755 --- a/src/WordPress/DataStore.php +++ b/src/WordPress/DataStore.php @@ -14,6 +14,7 @@ class DataStore implements DataStoreInterface const CACHED_DOMAIN_NAME = 'cloudflare_cached_domain_name'; protected $wordPressWrapper; + public $logger; /** * @param DefaultLogger $logger diff --git a/src/WordPress/Proxy.php b/src/WordPress/Proxy.php index 50ba48bd..40267835 100644 --- a/src/WordPress/Proxy.php +++ b/src/WordPress/Proxy.php @@ -17,6 +17,8 @@ class Proxy protected $wordpressIntegration; protected $requestRouter; + public $pluginAPI; + /** * @param IntegrationInterface $integration */