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

Replace the share with singleton to let the command work for Laravel 5.4 #4

Closed tvbeek closed 7 years ago

tvbeek commented 7 years ago

Replace the share method (that is removed in Laravel 5.4.) with the singleton method.

See: https://laravel.com/docs/5.4/upgrade#upgrade-5.4.0

This will fix #3

aXent commented 7 years ago

Hi!

Thank you for fixing this issue.