diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-71911-AddConstraintHookInDatabaseRecordListMakeSearchString.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-71911-AddConstraintHookInDatabaseRecordListMakeSearchString.rst
index 1096eb484d9f050d9ff557243fa294f1d8ad9749..ffb60e0a93eee12d820238c873c30de3c6190a43 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-71911-AddConstraintHookInDatabaseRecordListMakeSearchString.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-71911-AddConstraintHookInDatabaseRecordListMakeSearchString.rst
@@ -22,7 +22,7 @@ An example implementation could look like this:
 .. code-block:: php
 
    $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS'][\TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList::class]['makeSearchStringConstraints'][1313131313] =
-      \MyVendor\MySite\Hooks\DatabaseRecordListHook::class . '->makeSearchStringConstraints';
+      \MyVendor\MySite\Hooks\DatabaseRecordListHook::class;
 
 
 :file:`EXT:my_site/Classes/Hooks/DatabaseRecordListHook.php`
@@ -44,4 +44,4 @@ An example implementation could look like this:
       }
    }
 
-.. index:: Backend, Database, PHP-API
\ No newline at end of file
+.. index:: Backend, Database, PHP-API