Closed jhnferraris closed 9 years ago
Installed and/oauth via composer. I'm getting Class 'OAuth\Common\Http\Client\CurlClient' not found when I try instantiating CurlClient.
and/oauth
Class 'OAuth\Common\Http\Client\CurlClient' not found
I've already set the namespace use OAuth\Common\Http\Client\CurlClient; when trying to instantiate it, it still throws a not found error.
use OAuth\Common\Http\Client\CurlClient;
not found
Nevermind. The updated library utilized a new client class. My bad.
Reported, solved. :)
Installed
and/oauth
via composer. I'm gettingClass 'OAuth\Common\Http\Client\CurlClient' not found
when I try instantiating CurlClient.I've already set the namespace
use OAuth\Common\Http\Client\CurlClient;
when trying to instantiate it, it still throws anot found
error.