From 8a22b4d311de6b6a173b9e63d3442e366f3ce1ff Mon Sep 17 00:00:00 2001 From: Tom Stovall Date: Mon, 18 Nov 2024 11:09:38 -0800 Subject: [PATCH] good grief --- src/Plugin/SolrConnector/PantheonSolrConnector.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Plugin/SolrConnector/PantheonSolrConnector.php b/src/Plugin/SolrConnector/PantheonSolrConnector.php index b487becc..591c81ba 100644 --- a/src/Plugin/SolrConnector/PantheonSolrConnector.php +++ b/src/Plugin/SolrConnector/PantheonSolrConnector.php @@ -15,7 +15,6 @@ use Drupal\search_api_pantheon\Services\SolariumClient as PantheonSolariumClient; use Drupal\Core\Datetime\DateFormatterInterface; use Drupal\search_api_pantheon\Services\Reload; -use Drupal\Core\Messenger\MessengerInterface; /** * Pantheon Solr connector. @@ -62,7 +61,7 @@ class PantheonSolrConnector extends SolrConnectorPluginBase implements * * @var \Drupal\Core\Messenger\MessengerInterface */ - protected MessengerInterface $messenger; + protected $messenger; /** * The container.