Skip to content
Snippets Groups Projects
Commit 916b933b authored by David's avatar David
Browse files

fix userType in ProfileController

parent 7e4a77fc
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -38,7 +38,7 @@ class ProfileController extends Controller
$userType = $user['userType'];
if($userType === "publicUser"){
if($userType === "public"){
$this->controller = new PublicUserController();
}
else if($userType === "vendor"){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment