Exemplo n.º 1
0
 public function hasOffer()
 {
     $result = $this->hasOne(SpecialOffer::className(), ['company_id' => 'id']);
     return $result->count() > 0;
 }