aXent / laravel-analyze-locale

This scans your laravel project for used locale keys that aren't translated by your locale files.
25 stars 4 forks source link

Renamed the `fire` methods to `handle`. #7

Closed fixwa closed 6 years ago

fixwa commented 6 years ago

While using Laravel v5.5.23 I got error:

php artisan locale:scan

In BoundMethod.php line 135:

Method RobinFranssen\AnalyzeLocale\Console\Commands\AnalyzeLocaleCommand::handle() does not exist

Fixes #8

aXent commented 6 years ago

Hi @fixwa,

Thanks for your contribution! Will look into this and merge this asap.

tvbeek commented 6 years ago

@aXent any idea when you will look into it?

tvbeek commented 6 years ago

@aXent can you release a new version with this fix?