Closed leongersen closed 10 years ago
The 'defaultAdapter' is set to Guzzle, but the GuzzleAdapter exists in the Proxy\Adapter\Guzzle namespace. The Factory looks for it in Proxy\Adapter\.
GuzzleAdapter
Proxy\Adapter\Guzzle
Proxy\Adapter\
The default configuration thus throws: Adapter [guzzle] not found.
Adapter [guzzle] not found
Fixed in #16. Thanks.
The 'defaultAdapter' is set to Guzzle, but the
GuzzleAdapter
exists in theProxy\Adapter\Guzzle
namespace. The Factory looks for it inProxy\Adapter\
.The default configuration thus throws:
Adapter [guzzle] not found
.