Example #1
0
 public function getServices()
 {
     return $this->hasMany(UserService::className(), ['user_id' => 'id']);
 }