APIv4 - Allow creator to read `UserJob` and `Queue` records
[civicrm-core.git] / Civi / Api4 / StatusPreference.php
index e3b01c5d7c0b4b0585f536b1e98fad1d73d672e9..07940eb9eb5ad782b54acb8d8d44efeec980958b 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,14 +8,6 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
-
 namespace Civi\Api4;
 
 /**
@@ -25,6 +16,7 @@ namespace Civi\Api4;
  * For setting "hush" preferences for system check alerts.
  *
  * @searchable none
+ * @since 5.19
  * @package Civi\Api4
  */
 class StatusPreference extends Generic\DAOEntity {