Tipmoose
Member
I am trying to extend the XF\Repository\SessionActivity class in two different add ons. The class extension in the first add on modifies methods a and b. I am trying to create a second extension to modify method c.
XF is throwing an exception telling me i can't declare the second extension because its already been declared in the first one. Am I going to have to move my extension into some sort of shared folder and only have one? How can people have multiple add ons from different authors that extend the same class?
XF is throwing an exception telling me i can't declare the second extension because its already been declared in the first one. Am I going to have to move my extension into some sort of shared folder and only have one? How can people have multiple add ons from different authors that extend the same class?