Lobzenko Mikhail

Results 1 issues of Lobzenko Mikhail

![image](https://user-images.githubusercontent.com/2557329/31990267-c51a2b0e-b99e-11e7-8e70-a6f94058d8da.png) ### 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'...