mining tax testing
This commit is contained in:
@@ -229,7 +229,7 @@ class MiningTaxesController extends Controller
|
|||||||
$config = config();
|
$config = config();
|
||||||
$sHelper = new StructureHelper($config['primary'], $config['corporation']);
|
$sHelper = new StructureHelper($config['primary'], $config['corporation']);
|
||||||
|
|
||||||
$check = EsiScope::where(['character_id' => $config['primary']])->get();
|
$check = EsiScope::where(['character_id' => $config['primary']])->get()->toArray();
|
||||||
dd($check);
|
dd($check);
|
||||||
|
|
||||||
//Check for the esi scope
|
//Check for the esi scope
|
||||||
|
|||||||
Reference in New Issue
Block a user