Merge pull request #22667 from braders/avoid-notices-uf-settings-page
[civicrm-core.git] / Civi / Api4 / CaseType.php
index a546412cebab8c40f023985639aec6cfb3bdd9e4..3de80b7965178b699fa2ca5e34a70b22e5a5bc69 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;
 
 /**
@@ -26,9 +17,9 @@ namespace Civi\Api4;
  *
  * @see \Civi\Api4\Case
  * @searchable none
+ * @since 5.37
  * @package Civi\Api4
  */
 class CaseType extends Generic\DAOEntity {
-  use Generic\Traits\OptionList;
 
 }