mining operations

This commit is contained in:
2021-06-03 23:59:20 +09:00
parent bd4b5e8a83
commit 1210c71484

View File

@@ -47,7 +47,7 @@ class MiningTaxesAdminController extends Controller
$lookup = new LookupHelper;
$sHelper = new StructureHelper($config['primary'], $config['corporation']);
$coll = new Collection;
$structures = array();
$structures = new Collection;
//Get all of the structures
$athanors = $sHelper->GetStructuresByType('Athanor');