lexik / LexikTranslationBundle

This Symfony bundle allow to import translation files content into the database and provide a GUI to edit translations.
MIT License
419 stars 255 forks source link

fix call to deprecated doctrine fetch() method #452

Closed shadowalkerCode-007 closed 4 months ago

shadowalkerCode-007 commented 4 months ago

I removed call to fetch() method as it is deprecated , i replaced it with fetchNumeric().