1 | <?php |
||
11 | class MailServiceProvider extends AbstractSignatureServiceProvider |
||
12 | { |
||
13 | |||
14 | /** |
||
15 | * @inheritdoc |
||
16 | */ |
||
17 | 1 | public function register() |
|
22 | |||
23 | 1 | protected function registerTransport() |
|
30 | |||
31 | 1 | protected function registerMailer() |
|
39 | |||
40 | /** |
||
41 | * @inheritdoc |
||
42 | */ |
||
43 | public function provides() |
||
47 | } |
||
48 |