FOSRestBundle : ParamFetcher error

后端 未结 1 1110
悲&欢浪女
悲&欢浪女 2021-01-15 06:44

I\'m Using FOSRestBundle for my project I\'ve configured this route to have access to different kinf of data :

```

   /**
     * @Rest\\Get(\"\")
            


        
相关标签:
1条回答
  • 2021-01-15 07:26

    Just enable param fetcher listener in your Symfony's config.yml:

    fos_rest:
        param_fetcher_listener: true
    
    0 讨论(0)
提交回复
热议问题