mining operations
This commit is contained in:
@@ -93,6 +93,8 @@ class MiningTaxesAdminController extends Controller
|
||||
'observer_id' => $request->structure,
|
||||
])->get();
|
||||
|
||||
dd($moon);
|
||||
|
||||
//Save the mining operation into the database
|
||||
$operation = new MiningOperation;
|
||||
$operation->structure_id = $request->structure;
|
||||
|
||||
Reference in New Issue
Block a user