rcrowe / laravel-statsd

Send to Statsd from Laravel
22 stars 2 forks source link

Not compatible with Laravel 4 #5

Open dctucker opened 8 years ago

dctucker commented 8 years ago

I get this message after having installed via composer and updated app/config/app.php in both places:

Class rcrowe\Statsd\Statsd contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Liuggio\StatsdClient\Factory\StatsdDataFactoryInterface::updateCount)

:(