mining operations

This commit is contained in:
2021-06-04 00:32:52 +09:00
parent 1dd6b73632
commit 9685d7ee8a

View File

@@ -91,7 +91,7 @@ class MiningTaxesAdminController extends Controller
//Get the name of the structure from the table
$m = Observer::where([
'observer_id' => $request->structure,
])->get();
])->first();
//Save the mining operation into the database
$operation = new MiningOperation;