POST先ルート追加
This commit is contained in:
@@ -11,6 +11,16 @@ class SettingController extends Controller
|
||||
return view('setting.profile');
|
||||
}
|
||||
|
||||
public function updateProfile()
|
||||
{
|
||||
abort(501);
|
||||
}
|
||||
|
||||
public function updatePrivacy()
|
||||
{
|
||||
abort(501);
|
||||
}
|
||||
|
||||
public function password()
|
||||
{
|
||||
abort(501);
|
||||
|
Reference in New Issue
Block a user