updated structure controller

This commit is contained in:
2019-02-03 01:26:50 -06:00
parent 2adae9171b
commit e9931231ac

View File

@@ -166,6 +166,5 @@ class StructureController extends Controller
}
return view('structures.taxhistory')->with(compact('totalTaxes', 'months'));
//return view('structures.taxhistory')->with('totalTaxes', $totalTaxes);
}
}