Skip to content
Snippets Groups Projects
Unverified Commit 45917880 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #21158 from colemanw/fileApi

APIv4 - Add File entity
parents 98c8b5fa b6a4ff94
Branches
Tags
No related merge requests found
<?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;
/**
* File entity.
*
* @searchable none
* @since 5.41
* @package Civi\Api4
*/
class File extends Generic\DAOEntity {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment