Export in V3 (addVisible metod)

On the documentation page

addVisible method specified

$subscriber->addVisible($columns); - it doesn’t work

you need to use a new method
$subscriber->makeVisible($columns);

Will the documentation be fixed or will the old makeVisible method return?

Hello,

It looks like Laravel dropped addVisible but we have restored it in the next release. Since it follows the same pattern as other October CMS traits (Hashable, Nullable, Purgable, etc.) which also use addSomething syntax.

Thanks for letting us know.