Module: we want to load from ProvidedHook

refs #10613
This commit is contained in:
Thomas Gelf 2015-11-13 14:28:09 +01:00
parent 8fa33cebc7
commit 4b9607ad35
1 changed files with 1 additions and 1 deletions

View File

@ -1270,7 +1270,7 @@ class Module
if (strpos($implementation, '\\') === false) {
$class = $this->getNamespace()
. '\\Hook\\'
. '\\ProvidedHook\\'
. $this->slashesToNamespace($implementation);
} else {
$class = $implementation;