POST先ルート追加

This commit is contained in:
shibafu
2019-01-19 00:12:10 +09:00
parent 4654962aac
commit 27532685ba
3 changed files with 29 additions and 7 deletions
@@ -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);