display taxes history

This commit is contained in:
2018-12-11 23:25:15 -06:00
parent c0778aabac
commit 6f2fdb83ea

View File

@@ -23,7 +23,7 @@ class StructureController extends Controller
$this->middleware('permission:structure.operator');
}
public function displayTaxesHistory() {
public function displayTaxHistory() {
//Make the helper esi class
$helper = new Esi();