diff --git a/common/models/User.php b/common/models/User.php index 37ad656..5908d85 100755 --- a/common/models/User.php +++ b/common/models/User.php @@ -507,6 +507,7 @@ { return $this->getSpecializations() ->asArray() + ->indexBy('specialization_id') ->column(); } diff --git a/frontend/views/accounts/service.php b/frontend/views/accounts/service.php index 5ae9371..471ea84 100755 --- a/frontend/views/accounts/service.php +++ b/frontend/views/accounts/service.php @@ -39,8 +39,6 @@ - -