We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed1fef0 + 7e3649f commit 677cf73Copy full SHA for 677cf73
src/Parishop/HTTPProcessors.php
@@ -32,7 +32,7 @@ public function __construct($builder)
32
public function processor($name)
33
{
34
if(!array_key_exists($name, $this->processors)) {
35
- $class = __NAMESPACE__ . '\\HTTPProcessors\\' . ucfirst($name);
+ $class = get_class($this) . '\\' . ucfirst($name);
36
if(!class_exists($class)) {
37
return parent::processor($name);
38
}
0 commit comments