Beispiel #1
0
 public function getCategoryName()
 {
     return $this->hasOne(CategoryGallery::className(), ['category_id' => 'category_id']);
 }