mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-30 09:53:58 +00:00
honey trap
This commit is contained in:
@@ -62,6 +62,14 @@ class Company extends AbstractModel implements Documentable
|
||||
return $this->belongsToMany(Segment::class, (new SegmentCompany())->getTable(), 'company_id', 'segment_id');
|
||||
}
|
||||
|
||||
/**
|
||||
* @return belongsToMany
|
||||
*/
|
||||
public function seasonalSegments()
|
||||
{
|
||||
return $this->hasMany(SeasonalSegment::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return belongsToMany
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user