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