debugging

This commit is contained in:
2018-11-10 16:08:43 -06:00
parent 0a417aba4a
commit 83b0eddc64

View File

@@ -25,8 +25,9 @@ class EsiScopeController extends Controller
}
public function redirectToProvider(Request $request) {
dd($request);
//Set the array to build it
$scopes = array();
$scopes = [];
$i = 0;
foreach($request as $req) {
$scopes[$i] = $req;