| 1 | <?php |
||
| 11 | class MailgunController extends Controller |
||
| 12 | { |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Show Mailgun-Overview |
||
| 16 | * |
||
| 17 | */ |
||
| 18 | public function overviewAction() |
||
| 31 | |||
| 32 | public function cockpitAction() |
||
| 36 | |||
| 37 | /** |
||
| 38 | * Get the MailgunEvent Repository |
||
| 39 | * @return MailgunEventRepository |
||
| 40 | */ |
||
| 41 | private function getRepository() |
||
| 45 | |||
| 46 | } |
||
| 47 |