new helper finance function

This commit is contained in:
2018-12-04 22:12:41 -06:00
parent 7d8a1a10ad
commit 6244ab6e9f
2 changed files with 27 additions and 5 deletions

View File

@@ -104,6 +104,10 @@ class FinancesController extends Controller
return view('finances.taxes')->with('totalTaxes', $totalTaxes);
}
public function displayJumpGateStatistics() {
}
public function displayTaxes() {
//Make the helper esi class
$helper = new Esi();