FriendsOfSymfony / FOSRestBundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony
http://symfony.com/doc/master/bundles/FOSRestBundle/index.html
MIT License
2.79k stars 703 forks source link

Use `isMainRequest` when available #2310

Closed ruudk closed 3 years ago

ruudk commented 3 years ago

Symfony 5.3 deprecates isMasterRequest in favor of isMainRequest.

xabbuh commented 3 years ago

Thank you @ruudk.