File tree Expand file tree Collapse file tree
sources/AppBundle/Controller/Admin/Accounting/MembershipFee Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,13 +131,7 @@ services:
131131 class : AppBundle\Email\Mailer\Adapter\SymfonyMailerAdapter
132132 autowire : true
133133
134- AppBundle\Email\Mailer\Adapter\MailerAdapter : ' @mailer.adapter.php'
135-
136- mailer.client.symfony :
137- class : AppBundle\Email\Mailer\Mailer
138- autowire : true
139- arguments :
140- $adapter : ' @mailer.adapter.symfony'
134+ AppBundle\Email\Mailer\Adapter\MailerAdapter : ' @mailer.adapter.symfony'
141135
142136 AppBundle\Mailchimp\EventEventSubscriber :
143137 arguments :
Original file line number Diff line number Diff line change 1010use AppBundle \AuditLog \Audit ;
1111use AppBundle \Email \Mailer \Mailer ;
1212use Symfony \Bundle \FrameworkBundle \Controller \AbstractController ;
13- use Symfony \Component \DependencyInjection \Attribute \Autowire ;
1413use Symfony \Component \HttpFoundation \Response ;
1514
1615class SendMembershipFeeInvoiceAction extends AbstractController
1716{
1817 public function __construct (
19- #[Autowire('@mailer.client.symfony ' )]
2018 private readonly Mailer $ mailer ,
2119 private readonly UserRepository $ userRepository ,
2220 private readonly Cotisations $ cotisations ,
You can’t perform that action at this time.
0 commit comments