Skip to content

Commit 2168621

Browse files
authored
Update DriverFactory.php
1 parent f17a67c commit 2168621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DriverFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ public static function make(string $name, ClientInterface $client = null): Curre
5353
*/
5454
public static function getDrivers()
5555
{
56-
return array_keys(self::DRIVERS);
56+
return self::DRIVERS;
5757
}
5858
}

0 commit comments

Comments
 (0)