Gregwar / CaptchaBundle

Symfony bundle implementing a "captcha" form type
MIT License
345 stars 127 forks source link

Inject service locator instead of the whole container #218

Open l-vo opened 3 years ago

l-vo commented 3 years ago

This PR fixes the container injection problem raised in #213

The best way to resolve that is still to remove the AbstractController dependency. But even though the probability is weak, this might cause backward compatibility breaks. It's why this PR replaces the previous.