Esempio n. 1
0
 public function getCategory()
 {
     return $this->hasMany(Job::className(), ['category_id' => 'id']);
 }