tobytwigger / laravel-translate

Supercharged instant translations for any Laravel project.
https://tobytwigger.github.io/laravel-translate
MIT License
6 stars 9 forks source link

Database Interceptor calling database lots #4

Open tobytwigger opened 4 years ago

tobytwigger commented 4 years ago

For translateMany, the database interceptor makes lots of database calls when it could just make one with all the information.