Adjust the method name to reflect it's behaviour
This commit is contained in:
parent
30dd610a2a
commit
ea2bf49be0
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue