monsieurbiz / SyliusSettingsPlugin

Provide some custom settings to your favorite Sylius shop!
MIT License
23 stars 18 forks source link

Having to pass the channel and the locale is annoying #25

Closed jacquesbh closed 1 year ago

jacquesbh commented 3 years ago

It could be great to have a method which uses the ChannelContext and LocaleContext to get the channel and the locale.

It will simplify a lot of code actually in the applications by avoiding to autowire the channel and locale contexts.

TonySma commented 2 years ago

50