9 lines
240 B
PHP
Executable File
9 lines
240 B
PHP
Executable File
<?php
|
|
namespace SPVoipIntegration\megafon\notifications;
|
|
|
|
use SPVoipIntegration\gravitel\notifications\GravitelHistoryNotification;
|
|
|
|
class MegafonHistoryNotification extends GravitelHistoryNotification {
|
|
use GravitelAdapterTrait;
|
|
}
|