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

fix userType in ProfileController

parent 7e4a77fc
Branches master
No related merge requests found
Pipeline #1838 skipped
......@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment