php-translation / symfony-bundle

Symfony integration for Translations
MIT License
327 stars 94 forks source link

Suppress getMasterRequest() deprecation message #444

Closed bocharsky-bw closed 3 years ago

bocharsky-bw commented 3 years ago

Suppress this deprecation message:

Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead.

bocharsky-bw commented 3 years ago

Thank you!