1
This commit is contained in:
parent
1879fdd653
commit
32f51db81d
@ -14,4 +14,8 @@ class UserController extends Controller
|
|||||||
public function show(){
|
public function show(){
|
||||||
echo '有权访问show';
|
echo '有权访问show';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function create(){
|
||||||
|
echo '有权访问create';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user