9 lines
238 B
PHP
Executable File
9 lines
238 B
PHP
Executable File
<?php
|
|
namespace SPVoipIntegration\megafon\notifications;
|
|
|
|
use SPVoipIntegration\gravitel\notifications\GravitelEventNotification;
|
|
|
|
class MegafonEventNotification extends GravitelEventNotification {
|
|
use GravitelAdapterTrait;
|
|
}
|