- Issue created by @gorkagr
- 🇬🇧United Kingdom adamps
Thanks. The problem is that mailer_tranport is using that class from symfony_mailer without declaring a dependency and also symfony_mailer depends on mailer_tranport.
This affects fresh installs only - I have various sites running with the current release. So 2 potential workarounds:
- upgrade from 1.x
- hack some files to allow install - might be enough just to comment out in two places in mailer_transport module
use AutowireTrait;
- then put back after installing