pi controller

This commit is contained in:
2021-05-31 19:10:55 +09:00
parent 2d96396687
commit d91622b6d3
4 changed files with 493 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ class SupplyChainController extends Controller
*/
public function __construct() {
$this->middleware('auth');
$this->middleware('role:Renter');
$this->middleware('role:User');
}
/**