srp testing

This commit is contained in:
2019-07-08 23:08:48 -05:00
parent 79a89c22b9
commit be2c8efbf6
2 changed files with 12 additions and 4 deletions

View File

@@ -55,6 +55,10 @@ class FuelController extends Controller
array_push($jumpGates, $temp);
if($liquidOzone > 1000000) {
$liquidOzone = 1000000;
}
$gauge->addRow([$gate->structure_name, $liquidOzone]);
}