mining ledger troubleshooting
This commit is contained in:
@@ -123,9 +123,15 @@ class MoonLedgerController extends Controller
|
||||
'quantity' => $quantity,
|
||||
];
|
||||
|
||||
array_push($mining, $temp);
|
||||
$mining[] = [
|
||||
'character' => $char,
|
||||
'ore' => $ore,
|
||||
'quantity' => $quantity,
|
||||
];
|
||||
}
|
||||
|
||||
dd($mining);
|
||||
|
||||
return view('moons.ledger.displayledger')->with('mining', $mining);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user