middleware issue

This commit is contained in:
2019-01-05 04:33:15 -06:00
parent 400fdaa665
commit d449aee616

View File

@@ -29,7 +29,7 @@ class StructureController extends Controller
}
public function displayIndustryTaxes() {
$this->middelware('role:Admin');
$this->middleware('role:Admin');
$corpId = 98287666;
$months = 3;