Start of echomail subscribing
This commit is contained in:
@@ -109,6 +109,12 @@ class Address extends Model
|
||||
->with(['zone.domain']);
|
||||
}
|
||||
|
||||
public function echoareas()
|
||||
{
|
||||
return $this->belongsToMany(Echoarea::class)
|
||||
->withPivot(['subscribed']);
|
||||
}
|
||||
|
||||
/**
|
||||
* Who we send this systems mail to.
|
||||
*
|
||||
|
Reference in New Issue
Block a user