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,11 +1,6 @@
<?php
namespace CRM\TwingleCampaign\BAO;
use CRM_Civirules_Utils_LoggerFactory as Civi;
class CustomGroup {
class CRM_TwingleCampaign_BAO_CustomGroup {
private $id;
private $title;
@ -106,7 +101,7 @@ class CustomGroup {
/**
* @param $name
*
* @return CustomGroup
* @return self
* @throws \CiviCRM_API3_Exception
*/
public static function fetch($name) {