stuff
This commit is contained in:
@@ -25,7 +25,7 @@ class EsiScopeController extends Controller
|
||||
//Get the ESI Scopes for the user
|
||||
$scopes = DB::table('EsiScopes')->where('character_id', Auth::user()->character_id)->get();
|
||||
//We want to send the scopes to the page as pre-checked.
|
||||
dd($scopes[0]['scope']);
|
||||
dd($scopes[0]->scope);
|
||||
return view('scopes.select')->with('scopes', $scopes);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user