FoxSecrets
Active member
I need to call a function from my class during the uninstall process.
How can I do that?
How can I do that?
Code:
public function uninstallStep1()
{
\XF::app()->actionRemove();
}