codefog / contao-haste

Haste is a collection of tools and classes to ease working with Contao
http://codefog.pl/extension/haste.html
MIT License
43 stars 24 forks source link

Fix type error #146

Closed richardhj closed 4 years ago

richardhj commented 4 years ago

richardhj/contao-newsletter2go-sync#6 reports the following type error:

Type error: Argument 1 passed to Haste\Form\Form::addToTemplate() must be an instance of FrontendTemplate, instance of Contao\FrontendTemplate given, called in /www/htdocs/w01915e7/beate-meier.ch/vendor/richardhj/contao-newsletter2go-sync/src/Dca/Newsletter2GoUser.php on line 149

We have had this kind of issue in other extensions as well 😄

qzminski commented 4 years ago

Thanks @richardhj !