10 lines
235 B
PHP
10 lines
235 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace SPVoipIntegration\domru\notifications;
|
||
|
|
|
||
|
|
use SPVoipIntegration\gravitel\notifications\GravitelEventNotification;
|
||
|
|
|
||
|
|
class DomruEventNotification extends GravitelEventNotification {
|
||
|
|
use GravitelAdapterTrait;
|
||
|
|
}
|