From ad6cfcb41f5292d580bdd323798ae0137be76d92 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 8 Mar 2021 22:32:09 +0900 Subject: [PATCH] trying to add sorting to extraction stuff --- app/Http/Controllers/MiningTaxes/MiningTaxesController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Http/Controllers/MiningTaxes/MiningTaxesController.php b/app/Http/Controllers/MiningTaxes/MiningTaxesController.php index 7c1a80b9c..86254613b 100644 --- a/app/Http/Controllers/MiningTaxes/MiningTaxesController.php +++ b/app/Http/Controllers/MiningTaxes/MiningTaxesController.php @@ -135,7 +135,6 @@ class MiningTaxesController extends Controller $structuresCollection = collect($structures); $sorted = $structuresCollection->sortBy('arrival_time'); $structures = $sorted->all(); - dd($structures); /** * Create a 3 month calendar for the past, current, and future extractions