Skip to content
Snippets Groups Projects

Issue #3297889: Automated Drupal 10 compatibility fixes

Files
29
@@ -60,6 +60,13 @@ class PrivateMessageNotifier implements PrivateMessageNotifierInterface {
*/
protected $messageNotifier;
/**
* The module handler.
*
* @var \Drupal\Core\Extension\ModuleHandlerInterface
*/
protected $moduleHandler;
/**
* Constructs a new PrivateMessageNotifier object.
*
Loading