Skip to content

Commit

Permalink
Merge pull request #20015 from civicrm/5.37
Browse files Browse the repository at this point in the history
5.37 to master
  • Loading branch information
eileenmcnaughton authored Apr 9, 2021
2 parents c3909fe + e8d3052 commit 9e210e4
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions Civi/Api4/CaseActivity.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?php

/*
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC. All rights reserved. |
| |
| This work is published under the GNU AGPLv3 license with some |
| permitted exceptions and without any warranty. For full license |
| and copyright information, see https://civicrm.org/licensing |
+--------------------------------------------------------------------+
*/

/**
*
* @package CRM
* @copyright CiviCRM LLC https://civicrm.org/licensing
*/


namespace Civi\Api4;

/**
* CaseActivity BridgeEntity.
*
* This connects an activity to one or more cases.
*
* @see \Civi\Api4\Case
* @package Civi\Api4
*/
class CaseActivity extends Generic\DAOEntity {
use Generic\Traits\EntityBridge;

}

0 comments on commit 9e210e4

Please sign in to comment.