9 lines
244 B
PHP
9 lines
244 B
PHP
|
|
<?php
|
||
|
|
namespace SPVoipIntegration\westcallspb\notifications;
|
||
|
|
|
||
|
|
use SPVoipIntegration\gravitel\notifications\GravitelContactNotification;
|
||
|
|
|
||
|
|
class WestCallSPBContactNotification extends GravitelContactNotification {
|
||
|
|
use GravitelAdapterTrait;
|
||
|
|
}
|