moon ledger functionality

This commit is contained in:
2020-04-26 00:07:02 -05:00
parent cfbccbf443
commit 5a2de99035

View File

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