api4 - Import CRM/, Civi/, templates/, ang/, css/, js/, xml/menu
[civicrm-core.git] / Civi / Api4 / StatusPreference.php
1 <?php
2
3 namespace Civi\Api4;
4
5 /**
6 * For setting "hush" preferences for system check alerts.
7 *
8 * @package Civi\Api4
9 */
10 class StatusPreference extends Generic\DAOEntity {
11
12 }