POST先ルート追加

This commit is contained in:
shibafu
2018-12-30 23:19:52 +09:00
parent 4654962aac
commit 27532685ba
3 changed files with 29 additions and 7 deletions

View File

@@ -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);