Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
joegl committed Oct 24, 2024
1 parent 8b2e7ba commit 311a5cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function setup(): void {
$file_system = \Drupal::service('file_system');
$logger_factory = \Drupal::service('logger.factory');
$messenger = \Drupal::messenger();
$client = $messenger = \Drupal::service('http_client');
$client = \Drupal::service('http_client');

$this->eventSubscriber = new TestStanfordEventSubscriber($file_system, $client, $logger_factory, $messenger);

Expand Down

0 comments on commit 311a5cf

Please sign in to comment.