JoppeDC / SyliusBetterSeoPlugin

SEO Plugin for Sylius products and taxons
MIT License
22 stars 21 forks source link

move entity changes to trait #8

Closed reliq closed 4 years ago

reliq commented 4 years ago

I did not initialize the $seo property in a constructor since constructors in traits is widely regarded as a malpractice. I added initSeo() in its stead.