Merge pull request #18706 from civicrm/5.30
[civicrm-core.git] / Civi / Api4 / Query / SqlFunctionCOALESCE.php
index 938eb02f038a061b155dec7ecda93420936f7350..584f4374ec774015b594668f842a123e08563e2b 100644 (file)
@@ -25,4 +25,11 @@ class SqlFunctionCOALESCE extends SqlFunction {
     ],
   ];
 
+  /**
+   * @return string
+   */
+  public static function getTitle(): string {
+    return ts('Coalesce');
+  }
+
 }