Skip to content

Commit

Permalink
Add MsgTemplate api to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Apr 14, 2020
1 parent d5ff6d0 commit 7189389
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Civi/Api4/MsgTemplate.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?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;

/**
* MsgTemplate entity.
*
* This is a collection of MsgTemplate, for reuse in import, export, etc.
*
* @package Civi\Api4
*/
class MessageTemplate extends Generic\DAOEntity {

}

0 comments on commit 7189389

Please sign in to comment.