Skip to content
Snippets Groups Projects
Unverified Commit 1a59d230 authored by Mauricio Navarro's avatar Mauricio Navarro Committed by Lucas Hedding
Browse files

Issue #3345459 by maunm, heddn: Fix PHP 8.2 deprecation issue with DependencyHelper-class

parent ca589e2a
Branches
Tags
No related merge requests found
......@@ -84,6 +84,13 @@ class DependencyHelper {
*/
protected $inheriting_fields;
/**
* The module handler service.
*
* @var \Drupal\Core\Extension\ModuleHandlerInterface
*/
protected $module_handler;
/**
* Constructor method.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment