8 lines
119 B
PHP
Executable File
8 lines
119 B
PHP
Executable File
<?php
|
|
|
|
namespace SPVoipIntegration\mcntelecom\notifications;
|
|
|
|
class MCNOutboundMissed extends MCNInboundMissed{
|
|
|
|
}
|