test data

This commit is contained in:
2021-02-13 17:19:47 +09:00
parent 86bd6cdd3b
commit d4cf2afd1b

View File

@@ -52,7 +52,6 @@ class Test extends Command
//Get the ESI Token
$token = $esiHelper->GetRefreshToken($config['primary']);
dd($token);
$esi = $esiHelper->SetupAuthenticationToken($token);
try {