mining operations

This commit is contained in:
2021-06-04 00:23:42 +09:00
parent 254931998c
commit f0ec279ea5

View File

@@ -93,8 +93,6 @@ 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;