delete dashboard/report after module uninstall

This commit is contained in:
Denis Duliçi
2021-03-30 00:12:51 +03:00
parent 9a82779f99
commit 72bf03edb4
10 changed files with 189 additions and 22 deletions

View File

@ -16,7 +16,7 @@ class Widgets extends Controller
*/
public function index()
{
$widgets = Utility::getClasses();
$widgets = Utility::getClasses('all');
return response()->json($widgets);
}