File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 >
1818 <argument type =" service" id =" bit_bag.sylius_user_com_plugin.updater.customer_with_key_updater" />
1919 <argument type =" service" id =" bit_bag.sylius_user_com_plugin.updater.customer_without_key_updater" />
20- <argument type =" service" id =" monolog.logger.user_com" />
2120 </service >
2221
2322 <service
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ final class OrderMessageDispatcher implements OrderMessageDispatcherInterface
2020{
2121 public function __construct (
2222 private readonly MessageBusInterface $ messageBus ,
23- private readonly LoggerInterface $ logger
23+ private readonly LoggerInterface $ logger,
2424 ) {
2525 }
2626
Original file line number Diff line number Diff line change 1414use BitBag \SyliusUserComPlugin \Trait \UserComApiAwareInterface ;
1515use BitBag \SyliusUserComPlugin \Updater \CustomerWithKeyUpdaterInterface ;
1616use BitBag \SyliusUserComPlugin \Updater \CustomerWithoutKeyUpdaterInterface ;
17- use Psr \Log \LoggerInterface ;
1817use Sylius \Component \Core \Model \AddressInterface ;
1918use Sylius \Component \Core \Model \CustomerInterface ;
2019
@@ -23,7 +22,6 @@ final class CustomerUpdateManager implements CustomerUpdateManagerInterface
2322 public function __construct (
2423 private readonly CustomerWithKeyUpdaterInterface $ customerWithKeyUpdater ,
2524 private readonly CustomerWithoutKeyUpdaterInterface $ customerWithoutKeyUpdater ,
26- private readonly LoggerInterface $ logger ,
2725 ) {
2826 }
2927
You can’t perform that action at this time.
0 commit comments