Skip to content

Commit

Permalink
good grief
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Nov 18, 2024
1 parent 960f329 commit 8a22b4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Plugin/SolrConnector/PantheonSolrConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -62,7 +61,7 @@ class PantheonSolrConnector extends SolrConnectorPluginBase implements
*
* @var \Drupal\Core\Messenger\MessengerInterface
*/
protected MessengerInterface $messenger;
protected $messenger;

/**
* The container.
Expand Down

0 comments on commit 8a22b4d

Please sign in to comment.