Change class names to meet naming convention
+ removed namespaces
This commit is contained in:
parent
fc545b7f1c
commit
a53b61775a
14 changed files with 35 additions and 257 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue