use inheritance for campaign classes

This commit is contained in:
Marc Michalsky forumZFD 2020-10-29 23:14:18 +01:00
parent 24d224cc38
commit 6b434e455f
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9
10 changed files with 932 additions and 475 deletions

View file

@ -4,6 +4,6 @@
namespace CRM\TwingleCampaign\BAO;
class TwingleCampaign {
class TwingleCampaign extends Campaign {
}