mining ledger troubleshooting

This commit is contained in:
2019-12-09 23:41:36 -06:00
parent ec95c84d87
commit ea9a2776b7

View File

@@ -78,8 +78,7 @@ class MoonLedgerController extends Controller
//If an exception has occurred, then do nothing
}
var_dump($structureInfo);
dd();
dd($structureInfo);
}
return view('moons.ledger.displayselect')->with('structures', $structures);