Laravel version update
Laravel version update
This commit is contained in:
		| @@ -23,7 +23,7 @@ class AuthUser | ||||
|             'auth_name'             => $this->user->name(), | ||||
|             'auth_user_active'      => $this->user->active, | ||||
|             'auth_user_primary_dept'=> $this->user->primary_dept, | ||||
|             'auth_user_assign_group'=> $this->user->assign_group, | ||||
|             'auth_user_assign_group'=> '', //$this->user->assign_group, | ||||
|         ]); | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Manish Verma
					Manish Verma