Update UserController.php

This commit is contained in:
Julian Prieber 2022-05-13 16:09:00 +02:00
parent 8321a91b4a
commit d0f024df84
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ class UserController extends Controller
$profilePhoto->move(base_path('/img'), $littlelink_name . ".png"); $profilePhoto->move(base_path('/img'), $littlelink_name . ".png");
} }
return back(); return Redirect('/studio/page');
} }
//Show user (name, email, password) //Show user (name, email, password)