odiseoteam / SyliusVendorPlugin

This is a Sylius Plugin that add vendors (brands) to your store. The vendors is an entity that sells products and are fully customizable by the admin.
https://odiseo.io
MIT License
59 stars 21 forks source link

Deprecated issue: Creation of dynamic property VendorUrlProvider::$channel is deprecated #22

Open Geolim4 opened 10 months ago

Geolim4 commented 10 months ago

Hello,

With PHP 8.2 I got a deprecated issue: PHP Deprecated: Creation of dynamic property Odiseo\SyliusVendorPlugin\SitemapProvider\VendorUrlProvider::$channel is deprecated in /var/www/html/vendor/odiseoteam/sylius-vendor-plugin/src/SitemapProvider/VendorUrlProvider.php on line 40

The property $channel is not declared in top of the class but created dynamically in VendorUrlProvider.php:40

Have a nice day :)