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