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