mining ledger troubleshooting

This commit is contained in:
2019-12-10 00:16:57 -06:00
parent 2d1c6e5ed4
commit 583769ff5f

View File

@@ -126,8 +126,7 @@ class MoonLedgerController extends Controller
]);
}
dd($mining);
//Return the view with the data
return view('moons.ledger.displayledger')->with('mining', $mining);
}
}