21 lines
No EOL
350 B
PHP
Executable file
21 lines
No EOL
350 B
PHP
Executable file
<?php
|
|
|
|
/**
|
|
* This code was generated by
|
|
* \ / _ _ _| _ _
|
|
* | (_)\/(_)(_|\/| |(/_ v1.0.0
|
|
* / /
|
|
*/
|
|
|
|
namespace Twilio\TwiML\Voice;
|
|
|
|
use Twilio\TwiML\TwiML;
|
|
|
|
class Leave extends TwiML {
|
|
/**
|
|
* Leave constructor.
|
|
*/
|
|
public function __construct() {
|
|
parent::__construct('Leave', null);
|
|
}
|
|
} |