Skip to content
Snippets Groups Projects
Verified Commit 595fc817 authored by Matthijs Van Assche's avatar Matthijs Van Assche Committed by Luhur Abdi Rizal
Browse files

Issue #3459087 by Matthijs: Drupal 10.3 compatibility

parent a89a84bf
No related branches found
No related tags found
No related merge requests found
Pipeline #218806 passed with warnings
......@@ -243,6 +243,11 @@ class HookEventPluginManager extends DefaultPluginManager implements HookEventPl
throw new UnknownExtensionException(sprintf('The module %s does not exist.', $module));
}
/**
* {@inheritdoc}
*/
public function destruct(): void {}
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment