Merge pull request #19209 from mattwire/daoeventid
[civicrm-core.git] / Civi / Api4 / Query / SqlFunctionLOWER.php
index eefd0f943b712f5eb8acc5b831ddcdde80ae25d7..2a6b9686f5f20408fbebccb1bd865e32bccf996f 100644 (file)
@@ -26,4 +26,11 @@ class SqlFunctionLOWER extends SqlFunction {
     ],
   ];
 
+  /**
+   * @return string
+   */
+  public static function getTitle(): string {
+    return ts('Lowercase');
+  }
+
 }