8 lines
245 B
PHP
Executable File
8 lines
245 B
PHP
Executable File
<?php
|
|
namespace SPVoipIntegration\westcallspb\notifications;
|
|
|
|
use SPVoipIntegration\gravitel\notifications\GravitelEventNotification;
|
|
|
|
class WestCallSPBEventNotification extends GravitelEventNotification {
|
|
use GravitelAdapterTrait;
|
|
} |