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

Update MysqlTranslatorRepository.php #132

Closed mgralikowski closed 5 years ago

mgralikowski commented 5 years ago

It resolve #131

vsch commented 5 years ago

@mgralikowski, I added a fix for all queries that used ltm_translations instead of the proper table name, with prefix.

The change in this PR does not actually change the query so I will close it without merging.