From e3e10952a6da2dfe0940e243fa134285e516662a Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 31 May 2021 23:21:29 +0900 Subject: [PATCH] moon displays --- app/Http/Controllers/MiningTaxes/MiningTaxesController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Http/Controllers/MiningTaxes/MiningTaxesController.php b/app/Http/Controllers/MiningTaxes/MiningTaxesController.php index 06e480fc7..52be2f7a7 100644 --- a/app/Http/Controllers/MiningTaxes/MiningTaxesController.php +++ b/app/Http/Controllers/MiningTaxes/MiningTaxesController.php @@ -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)