loevgaard / SyliusBrandPlugin

A Sylius plugin to enable the association of brands to your products
MIT License
30 stars 29 forks source link

Update controller declaration syntax in YAML configs #215

Closed sotiriskast closed 6 months ago

sotiriskast commented 1 year ago

Controller declaration syntax was updated in various YAML configuration files, replacing ":" with "::" for better readability and to adhere to best practices. These changes affect the 'brand' and 'product' controllers in the 'shop', 'admin_api', 'brand_image', and 'ajax' routes.

adpeyre commented 11 months ago

It works, ty.