testing
This commit is contained in:
@@ -27,7 +27,7 @@ class DashboardController extends Controller
|
||||
}
|
||||
|
||||
public function displayDashboard() {
|
||||
$currentUser = User::where(['character_id' => auth()->user()->character_id]);
|
||||
$currentUser = User::where(['character_id' => auth()->user()->character_id])->get();
|
||||
dd($currentUser);
|
||||
return view('dashboard.dashboard')->with(['characterId' => $currentUser->character_id]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user