miscellaneous modifications

This commit is contained in:
2020-03-03 23:57:34 -06:00
parent 10254bfd6b
commit cfe58f07a9

View File

@@ -53,7 +53,7 @@ class WormholeController extends Controller
];
//Get the wh types from the table
$type = WormholeType::pluck('type');
$type = WormholeType::groupBy('type')->pluck('type');
//Get the wh sizes from the table
$size = [