Example #1
0
 public function getAttachments()
 {
     return $this->hasMany(IssueAttachment::className(), ['_id' => 'attachmentIds']);
 }