Skip to content

Commit

Permalink
make class resolver private
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosen committed Aug 19, 2024
1 parent 086313e commit eed2317
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ abstract class ThunderSearchApiProducerBase extends DataProducerPluginBase imple
*
* @var \Drupal\Core\DependencyInjection\ClassResolverInterface
*/
protected ClassResolverInterface $classResolver;
private ClassResolverInterface $classResolver;

/**
* {@inheritdoc}
Expand Down

0 comments on commit eed2317

Please sign in to comment.