display wiki dashboard

This commit is contained in:
2019-12-21 03:23:42 -06:00
parent 9aeaa0231a
commit 0cedb506c9

View File

@@ -339,8 +339,6 @@ class AdminController extends Controller
$wikiUsers[$temp->id] = $temp->name;
}
dd($wikiUsers);
return view('admin.dashboards.wiki')->with('wikiUsers', $wikiUsers)
->with('wikiGroups', $wikiGroups)
->with('wikiMembership', $wikiMembership);