From 6f2fdb83ea639f6057e755c59977e1edfff4698e Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Tue, 11 Dec 2018 23:25:15 -0600 Subject: [PATCH] display taxes history --- app/Http/Controllers/StructureController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/StructureController.php b/app/Http/Controllers/StructureController.php index 043e7b1f8..8ce96dcb0 100644 --- a/app/Http/Controllers/StructureController.php +++ b/app/Http/Controllers/StructureController.php @@ -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();