odiseoteam / SyliusBlogPlugin

This plugin add blog capabilities to your Sylius project.
MIT License
34 stars 18 forks source link

refactor: changed private entity properties to protected #15

Closed seizan8 closed 3 years ago

seizan8 commented 3 years ago

Changed to entity properties to protected (from private), so extending classes don't need to redefine the properties and getters and setts for it.

bigboss86 commented 3 years ago

Thanks @seizan8