X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCase%2FManagedEntities.php;h=4cef93581c62adb1df814a3764b229d234d75682;hb=383164729863d20ddbd409b5dd6ff3561d8dbe07;hp=6604e9e2f29e617f0956fc89c922e5c7236eb7bf;hpb=51daafaadd025703b2f8d6e3d27898e3768908f9;p=civicrm-core.git diff --git a/CRM/Case/ManagedEntities.php b/CRM/Case/ManagedEntities.php index 6604e9e2f2..4cef93581c 100644 --- a/CRM/Case/ManagedEntities.php +++ b/CRM/Case/ManagedEntities.php @@ -1,5 +1,8 @@ $actType, 'description' => $actType, 'component_id' => 'CiviCase', - ) + ), ); // We'll create managed-entity if this record doesn't exist yet @@ -125,7 +128,7 @@ class CRM_Case_ManagedEntities { 'contact_type_b' => 'Individual', 'contact_sub_type_a' => NULL, 'contact_sub_type_b' => NULL, - ) + ), ); // We'll create managed-entity if this record doesn't exist yet @@ -140,4 +143,5 @@ class CRM_Case_ManagedEntities { return $result; } -} \ No newline at end of file + +}