This commit is contained in:
hujiabin 2022-07-19 14:27:05 +08:00
parent 1879fdd653
commit 32f51db81d

View File

@ -14,4 +14,8 @@ class UserController extends Controller
public function show(){
echo '有权访问show';
}
public function create(){
echo '有权访问create';
}
}