Taggable php is missing allTagModels() as documented.
will also try to make a PR, but in case I cannot manage, here it is :
/**
* Get all the tags used for the called class as a collection of models.
*
* @return collection
*/
public static function allTagModels()
{
return app(TagService::class)->getAllTags(get_called_class());
}
Taggable php is missing allTagModels() as documented.
will also try to make a PR, but in case I cannot manage, here it is :