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.
1 parent f17a67c commit 2168621Copy full SHA for 2168621
src/DriverFactory.php
@@ -53,6 +53,6 @@ public static function make(string $name, ClientInterface $client = null): Curre
53
*/
54
public static function getDrivers()
55
{
56
- return array_keys(self::DRIVERS);
+ return self::DRIVERS;
57
}
58
0 commit comments