Merge pull request #18430 from eileenmcnaughton/open
[civicrm-core.git] / Civi / Api4 / Query / SqlFunctionGROUP_CONCAT.php
index 43d548a679b89b5ad96be93d32d7e87f6cb60424..869bd077bfea47280a749f8535af1b51c2756c32 100644 (file)
@@ -40,4 +40,11 @@ class SqlFunctionGROUP_CONCAT extends SqlFunction {
     ],
   ];
 
+  /**
+   * @return string
+   */
+  public static function getTitle(): string {
+    return ts('List');
+  }
+
 }