moon ledger stuff

This commit is contained in:
2020-04-25 05:19:02 -05:00
parent 472b2b0bc2
commit 766e6f64f1
2 changed files with 3 additions and 1 deletions

View File

@@ -134,6 +134,8 @@ class MoonLedgerController extends Controller
}
}
dd($structures);
return view('moons.ledger.corpmoons')->with('miningLedgers', $miningLedgers)
->with('structures', $structures);
}