update api register
This commit is contained in:
@@ -30,4 +30,9 @@ class NotificationChannel extends Model
|
||||
{
|
||||
return $this->hasMany(NotificationTemplate::class);
|
||||
}
|
||||
|
||||
public function deliveries()
|
||||
{
|
||||
return $this->hasMany(NotificationDelivery::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user