SymfonyCasts / verify-email-bundle

Simple, stylish Email Verification for Symfony
https://symfonycasts.com
MIT License
408 stars 33 forks source link

[2.x] stop passing QueryUtil to Helper constructor #172

Closed jrushlow closed 7 months ago

jrushlow commented 7 months ago

The VerifyEmailQueryUtil is no longer needed by the helper. Let's stop requiring it as a constructor argument.