Email class name collision
jarradg opened this issue · 4 comments
jarradg commented
The Email class is a very common class name and collides with a globally namespaced class in our app. It would be preferable to namespace (or rename to something other than just Email) as to avoid such collisions.
tim-lar commented
+1 facing the same issue
kpzani commented
This just caught me by surprise as well.
Did you get a solution?
I just ended up commenting out the require for the whole class as I don't need it in my app.
sabaripriyanka commented
so how can I solve this issue..?? Any suggestions..?
najeezy commented
+1 also looking for a good solution for this issuse.