Merge pull request #14898 from eileenmcnaughton/export_rel
[civicrm-core.git] / api / v3 / Relationship.php
index 0a7254cc9adcf737e5c21702d363a91a45da90e7..d08889cd896b44e5d697b9027052a946a8e1f326 100644 (file)
@@ -216,6 +216,6 @@ function _civicrm_api3_relationship_getoptions_spec(&$params) {
     'title' => ts('Is Form?'),
     'description' => $relationshipTypePrefix . ts('Formats the options for use'
       . ' in a form if true. The format is <id>_a_b => <label>'),
-    'type' => CRM_Utils_Type::T_BOOLEAN
+    'type' => CRM_Utils_Type::T_BOOLEAN,
   ];
 }