diff --git a/app/Http/Controllers/Test/TestController.php b/app/Http/Controllers/Test/TestController.php index 836e93d6c..7ce54608f 100644 --- a/app/Http/Controllers/Test/TestController.php +++ b/app/Http/Controllers/Test/TestController.php @@ -60,11 +60,11 @@ class TestController extends Controller $worth2 = $mHelper->MoonTotalWorth($ores[0], $ores[1], $ores[2], $ores[3], $ores[4], $ores[5], $ores[6], $ores[7]); - break; + return view('test.moonworth.moon')->with('worth1', $worth1) + ->with('worth2', $worth2); } - return view('test.moonworth.moon')->with('worth1', $worth1) - ->with('worth2', $worth2); + } public function DebugMiningTaxesInvoices() {