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