Change class names to meet naming convention

+ removed namespaces
This commit is contained in:
Marc Michalsky forumZFD 2020-12-08 12:56:13 +01:00
parent fc545b7f1c
commit a53b61775a
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9
14 changed files with 35 additions and 257 deletions

View file

@ -1,15 +1,8 @@
<?php
namespace CRM\TwingleCampaign\BAO;
use CRM_TwingleCampaign_BAO_TwingleProject as TwingleProject;
use API_Exception;
use Civi;
use CRM_Core_BAO_Setting;
use CRM_TwingleCampaign_ExtensionUtil as E;
use Exception;
class TwingleApiCall {
class CRM_TwingleCampaign_BAO_TwingleApiCall {
private $apiKey;