Skip to content
Snippets Groups Projects
Verified Commit 614b71db authored by dpi's avatar dpi
Browse files

Update trait to match interface of core patch

parent da13608a
No related branches found
No related tags found
No related merge requests found
......@@ -135,8 +135,8 @@ trait HuxModuleHandlerProxyTrait {
/**
* {@inheritdoc}
*/
public function hasImplementations(string $hook): bool {
return $this->inner->hasImplementations($hook);
public function hasImplementations(string $hook, $modules = NULL): bool {
return $this->inner->hasImplementations($hook, $modules);
}
/**
......
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