Tobi Wan
05/24/2023, 2:49 PMauth()->user()
is giving me the authenticated user for my site (users table) but I'm trying to get the twill admin user (twill_users table). Any pointers how to do that?ifox
05/24/2023, 2:52 PMAuth::guard('twill_users')
Tobi Wan
05/24/2023, 2:58 PM