Skip to content

Commit d0f024d

Browse files
committed
Update UserController.php
1 parent 8321a91 commit d0f024d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/UserController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ public function editPage(request $request)
298298
$profilePhoto->move(base_path('/img'), $littlelink_name . ".png");
299299
}
300300

301-
return back();
301+
return Redirect('/studio/page');
302302
}
303303

304304
//Show user (name, email, password)

0 commit comments

Comments
 (0)