diff options
-rw-r--r-- | lib/public/AppFramework/Db/Entity.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/AppFramework/Db/Entity.php b/lib/public/AppFramework/Db/Entity.php index b7ddc6dc5f7..89e8f69859e 100644 --- a/lib/public/AppFramework/Db/Entity.php +++ b/lib/public/AppFramework/Db/Entity.php @@ -260,6 +260,7 @@ abstract class Entity { * @param string $attributeName the name of the attribute, which value should be slugified * @return string slugified value * @since 7.0.0 + * @deprecated 24.0.0 */ public function slugify($attributeName) { // toSlug should only work for existing attributes |