vsch / laravel-translation-manager

Enhanced Management of Laravel 4 & 5 Translations, with Yandex Translation API assisted translations.
MIT License
181 stars 84 forks source link

Call to undefined function Vsch\TranslationManager\getSupportedLocale() #119

Closed AsiiFR closed 6 years ago

AsiiFR commented 6 years ago

Hello, After installation, i get a Call to undefined function Vsch\TranslationManager\getSupportedLocale() when i try to access a page.

Laravel 5.6 (Upgraded from 5.5, the package was working fine before upgrading but i had an issue because of PHP7.2, i couldn't publish files https://github.com/vsch/laravel-translation-manager/issues/113) and PHP 7.2 Thank you. screenshot_2

vsch commented 6 years ago

@AsiiFR, sorry about that. Another reference to a function from my main project that I forgot to move to LTM helpers.

I will make a release with a fix in a few minutes to address this.

AsiiFR commented 6 years ago

Thank you for fast reply 👍

vsch commented 6 years ago

@AsiiFR, new version pushed. You are welcome.