Skip to content

Commit

Permalink
Merge pull request #24747 from mattwire/jobsearchkit
Browse files Browse the repository at this point in the history
Add Job Entity to Api4
  • Loading branch information
colemanw authored Oct 17, 2022
2 parents 115ab30 + 0d21b68 commit b6ddf30
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Civi/Api4/Job.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?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;

/**
* Job entity.
*
* @since 5.56
* @package Civi\Api4
*/
class Job extends Generic\DAOEntity {

}

0 comments on commit b6ddf30

Please sign in to comment.