🧹 code cleanup
This commit is contained in:
parent
9b45d4a1fa
commit
2f1e5721c1
7 changed files with 18 additions and 36 deletions
|
@ -26,7 +26,6 @@ abstract class CRM_TwingleCampaign_BAO_Campaign {
|
|||
|
||||
protected $formattedValues;
|
||||
|
||||
|
||||
/**
|
||||
* ## Campaign constructor.
|
||||
*
|
||||
|
@ -55,7 +54,6 @@ abstract class CRM_TwingleCampaign_BAO_Campaign {
|
|||
* @throws \Exception
|
||||
*/
|
||||
public function create(bool $no_hook = FALSE): bool {
|
||||
|
||||
// Prepare project values for import into database
|
||||
$values_prepared_for_import = $this->values;
|
||||
$this->formatValues(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue