Skip to content

Commit

Permalink
Add v4 pledge api
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Dec 31, 2020
1 parent e17b910 commit 6f31fd0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Civi/Api4/Pledge.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?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 |
+--------------------------------------------------------------------+
*/

namespace Civi\Api4;

/**
* Pledge entity.
*
* @package Civi\Api4
*/
class Pledge extends Generic\DAOEntity {

}

0 comments on commit 6f31fd0

Please sign in to comment.