Skip to content
Snippets Groups Projects
Commit 5c796143 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #20615 from owncloud/systemtag-fix-method-name

Adjust the method name to reflect it's behaviour
parents fd28bda3 ea2bf49b
No related branches found
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.
Finish editing this message first!
Please register or to comment