9 lines
232 B
PHP
9 lines
232 B
PHP
|
|
<?php
|
||
|
|
namespace SPVoipIntegration\domru\notifications;
|
||
|
|
|
||
|
|
use SPVoipIntegration\gravitel\notifications\GravitelContactNotification;
|
||
|
|
|
||
|
|
class DomruContactNotification extends GravitelContactNotification {
|
||
|
|
use GravitelAdapterTrait;
|
||
|
|
}
|