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 ea356e7 + a7a097d commit a0829daCopy full SHA for a0829da
src/Factory.php
@@ -69,7 +69,7 @@ public static function setDefaultAdapter($adapter)
69
*/
70
protected static function createAdapter($adapter)
71
{
72
- $class = '\\Proxy\\Adapter\\' . ucfirst($adapter) . 'Adapter';
+ $class = '\\Proxy\\Adapter\\' . ucfirst($adapter) . '\\' . ucfirst($adapter) . 'Adapter';
73
74
if (class_exists($class))
75
0 commit comments