jelovac / bitly4laravel

Provides a Laravel package to communicate with Bit.ly API
35 stars 18 forks source link

Class not found #15

Closed ghost closed 9 years ago

ghost commented 9 years ago

I tried to integrate into my Laravel 4 project your package (master version). But I saw an error screenshot 2015-03-05 10 16 15

I tried version 2.* and it worked. I checked this file vendor/jelovac/bitly4laravel/src/Jelovac/Bitly4laravel/ServiceProviders/Laravel4ServiceProvider.php and in version two you have one line that is missing in version 3:

use Jelovac\Bitly4laravel\Bitly4laravel;

Maybe I missed something in configuration, or maybe this is an issue.

Thanks, Aleksandar

jelovac commented 9 years ago

Yes indeed that's an issue thank you for reporting it.