getTags method needs to be able to pass count #322
paulwrightabuk
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The default value for tags is 10, but there is no way to increase the value in the getTags method. For example, like this
public function getTags(string $email, string $listName = '', $count = 20)
{
$list = $this->lists->findByName($listName);
Beta Was this translation helpful? Give feedback.
All reactions