Пример #1
0
 public function getAuthorizations()
 {
     return $this->hasMany(ConnectionAuth::className(), ['id' => 'connection_id']);
 }