For those who are in serach of solution:
Do this in your main file: (yourmodule/yourmodule.php) on installTab()
return (bool) $tab->save();
instead of
return (bool) $tab->add();
For those who are in serach of solution:
Do this in your main file: (yourmodule/yourmodule.php) on installTab()
return (bool) $tab->save();
instead of
return (bool) $tab->add();
For those who are in serach of solution:
Do this
return (bool) $tab->save();
instead of
return (bool) $tab->add();