samjarrett / DoctrineSluggableBundle

A Symfony2 bundle that provides a Doctrine2 sluggable behavior implementation, providing a unique slug across many Doctrine ORM entities simply by implementing a simple PHP interface
GNU Lesser General Public License v2.1
16 stars 4 forks source link

Problem with inheritance #12

Open ch1986 opened 11 years ago

ch1986 commented 11 years ago

Hello, I use the DoctrineSluggableBundle in some classes and it works fine but i try to use with inheritance and it repeats slugs. Is there any problem with inheritance?