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)