Exemple #1
0
 public function getChat()
 {
     return $this->hasOne(Chatroom::className(), ['GROUP_ID' => 'GROUP_ID']);
 }