trying to add sorting to extraction stuff

This commit is contained in:
2021-03-08 22:32:09 +09:00
parent a95c052ba0
commit ad6cfcb41f

View File

@@ -135,7 +135,6 @@ class MiningTaxesController extends Controller
$structuresCollection = collect($structures); $structuresCollection = collect($structures);
$sorted = $structuresCollection->sortBy('arrival_time'); $sorted = $structuresCollection->sortBy('arrival_time');
$structures = $sorted->all(); $structures = $sorted->all();
dd($structures);
/** /**
* Create a 3 month calendar for the past, current, and future extractions * Create a 3 month calendar for the past, current, and future extractions