Merge pull request #20615 from owncloud/systemtag-fix-method-name
Adjust the method name to reflect it's behaviour
This commit is contained in:
commit
5c796143d5
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue