mgufrone / laravel-rajaongkir

Rajaongkir.com API for Laravel 5
MIT License
1 stars 3 forks source link

Class 'Ncaneldiee\Rajaongkir' not found #2

Open robertnicjoo opened 6 years ago

robertnicjoo commented 6 years ago

If I use use Ncaneldiee\Rajaongkir; and then I call

$province = Rajaongkir::province();

will return

Class 'Ncaneldiee\Rajaongkir' not found

So I'm force to use

$rajaongkir = new Rajaongkir\Domestic('xxxxxxxxxxxxxx');

in order to get it to work, why use Ncaneldiee\Rajaongkir; doesn't work? is not making sense to use my api_key in each function i'm creating.

thanks.

robertnicjoo commented 6 years ago

anyone?