1 | <?php |
||
10 | class TwilioController extends Controller |
||
11 | { |
||
12 | /** |
||
13 | * Return all data to the Stripe API dashboard |
||
14 | * @return mixed |
||
15 | */ |
||
16 | public function getPage() |
||
20 | |||
21 | /** |
||
22 | * Send a Text Message |
||
23 | * @param Request $request |
||
24 | * @return string |
||
25 | */ |
||
26 | public function sendTextMessage(Request $request) |
||
40 | } |
||
41 |