diff --git a/src/Factory.php b/src/Factory.php index 03f8acc..6e0e0e2 100644 --- a/src/Factory.php +++ b/src/Factory.php @@ -69,7 +69,7 @@ public static function setDefaultAdapter($adapter) */ protected static function createAdapter($adapter) { - $class = '\\Proxy\\Adapter\\' . ucfirst($adapter) . 'Adapter'; + $class = '\\Proxy\\Adapter\\' . ucfirst($adapter) . '\\' . ucfirst($adapter) . 'Adapter'; if (class_exists($class)) {