This reverts commit ef8cb6e663b70bf286ef436f15e638cc42ee5225.
@@ -23,7 +23,7 @@ if (!empty($plugin)) {
$prefixNs = '';
if (!empty($prefix)) {
$prefix = Inflector::camelize($prefix);
- $prefixNs = '\\' . str_replace('/', '\\', $prefix);
+ $prefixNs = '\\' . $prefix;
$prefix .= DIRECTORY_SEPARATOR;
}