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