wiki purge testing

This commit is contained in:
2019-05-23 10:22:11 -05:00
parent 69d27e1049
commit 1c3c0ea9d4
@@ -31,6 +31,8 @@ class WikiController extends Controller
//Get all the users from the database
$users = DokuUser::pluck('name')->all();
dd($users);
$legacy = AllowedLogin::where(['login_type' => 'Legacy'])->pluck('entity_id')->toArray();
$renter = AllowedLogin::where(['login_type' => 'Renter'])->pluck('entity_id')->toArray();