rename "Models" to "BAO" in paths and namespaces

This commit is contained in:
Marc Michalsky forumZFD 2020-10-05 17:01:47 +02:00
parent 4b2047fdb0
commit aef6b64004
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9
11 changed files with 82 additions and 50 deletions

View file

@ -1,9 +1,9 @@
<?php
use CRM_TwingleCampaign_ExtensionUtil as E;
use CRM\TwingleCampaign\Models\TwingleApiCall as TwingleApiCall;
use CRM\TwingleCampaign\BAO\TwingleApiCall as TwingleApiCall;
include_once E::path() . '/api/v3/TwingleSync/models/TwingleApiCall.php';
include_once E::path() . '/api/v3/TwingleSync/BAO/TwingleApiCall.php';
/**
* TwingleSync.Get API specification (optional)