zenstruck / redirect-bundle

Store redirects for your site and keeps statistics on redirects and 404 errors.
MIT License
25 stars 8 forks source link

use alias for entity manager #18

Closed kbond closed 7 years ago

kbond commented 7 years ago

Should fix #15. @weaverryan, can you confirm this works?

weaverryan commented 7 years ago

👍 Works great for me in our real app using this branch (without setting the model_manager_name config). Thanks!

kbond commented 7 years ago

Awesome, I still can't believe I had such an over-engineered solution! Released v3.0.3.

weaverryan commented 7 years ago

Haha, whatever - we still love your bundle ❤️

kbond commented 7 years ago

What do you think of the split into 2 separate entities (Redirect/NotFound) in 3.0?