kevindierkx / elicit

[DEPRECATED] An API toolkit for PHP.
https://packagist.org/packages/kevindierkx/elicit
MIT License
2 stars 0 forks source link

[dev-guzzle] Connection resolver construct add's connections in reverse order. #12

Open kevindierkx opened 8 years ago

kevindierkx commented 8 years ago
$this->addConnection($name, $connection);

Should be

$this->addConnection($connection, $name);