コード例 #1
0
ファイル: Company.php プロジェクト: Bibihelper/Project2015
 public function getCompanyBrands()
 {
     return $this->hasMany(CompanyBrands::className(), ['company_id' => 'id']);
 }