moon displays

This commit is contained in:
2021-05-31 23:21:29 +09:00
parent 58e2dcdcc9
commit e3e10952a6

View File

@@ -121,7 +121,7 @@ class MiningTaxesController extends Controller
}
return view('miningtax.user.display.moons.allmoons')->with('moons', $moons)
->with('systems', $systems);
->with('systems', $systems)
->with('r4Goo', $r4Goo)
->with('r8Goo', $r8Goo)
->with('r16Goo', $r16Goo)
@@ -209,7 +209,7 @@ class MiningTaxesController extends Controller
}
return view('miningtax.user.display.moons.allmoons')->with('moons', $moons)
->with('systems', $systems);
->with('systems', $systems)
->with('r4Goo', $r4Goo)
->with('r8Goo', $r8Goo)
->with('r16Goo', $r16Goo)