mining operations
This commit is contained in:
@@ -91,7 +91,7 @@ class MiningTaxesAdminController extends Controller
|
|||||||
//Get the name of the structure from the table
|
//Get the name of the structure from the table
|
||||||
$m = Observer::where([
|
$m = Observer::where([
|
||||||
'observer_id' => $request->structure,
|
'observer_id' => $request->structure,
|
||||||
])->get();
|
])->first();
|
||||||
|
|
||||||
//Save the mining operation into the database
|
//Save the mining operation into the database
|
||||||
$operation = new MiningOperation;
|
$operation = new MiningOperation;
|
||||||
|
|||||||
Reference in New Issue
Block a user