Skip to content
Snippets Groups Projects
Commit ea2bf49b authored by Joas Schilling's avatar Joas Schilling
Browse files

Adjust the method name to reflect it's behaviour

parent 30dd610a
Branches
No related tags found
No related merge requests found
......@@ -110,6 +110,6 @@ interface ISystemTagObjectMapper {
*
* @since 9.0.0
*/
public function hasTags($objIds, $objectType, $tagId, $all = true);
public function haveTag($objIds, $objectType, $tagId, $all = true);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment