testing new functions

This commit is contained in:
2021-06-03 00:13:05 +09:00
parent 23739baa7c
commit 8fb4b979c3

View File

@@ -40,9 +40,11 @@ class MiningTaxesAdminController extends Controller
*/
public function displayMiningOperationForm() {
//Declare variables
$config = config('esi');
$lookup = new LookupHelper;
$sHelper = new StructureHelper;
$sHelper = new StructureHelper($config['primary'], $config['corporation']);
$structures = new Collection;
//Get all of the structures
$athanors = $sHelper->GetStructuresByType('Athanor');