Skip to content

Commit a0829da

Browse files
committed
Merge pull request #16 from michaelbunch/master
Added missing parent folder for adapters.
2 parents ea356e7 + a7a097d commit a0829da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public static function setDefaultAdapter($adapter)
6969
*/
7070
protected static function createAdapter($adapter)
7171
{
72-
$class = '\\Proxy\\Adapter\\' . ucfirst($adapter) . 'Adapter';
72+
$class = '\\Proxy\\Adapter\\' . ucfirst($adapter) . '\\' . ucfirst($adapter) . 'Adapter';
7373

7474
if (class_exists($class))
7575
{

0 commit comments

Comments
 (0)