mining ledger troubleshooting

This commit is contained in:
2019-12-10 00:43:48 -06:00
parent 99c736660d
commit a2b54aee0f

View File

@@ -130,6 +130,8 @@ class MoonLedgerController extends Controller
]); ]);
} }
$mining = array_reverse($mining, true);
//Return the view with the data //Return the view with the data
return view('moons.ledger.displayledger')->with('mining', $mining); return view('moons.ledger.displayledger')->with('mining', $mining);
} }