Lobzenko Mikhail
Results
1
issues of
Lobzenko Mikhail
 ### What steps will reproduce the problem? Trying to get count of records for relation with viaTable ``` public function getPictures() { return $this->hasMany(Picture::className(), ['id_picture' => 'id_picture']) ->viaTable('dbl_album_picture', ['id_album'...