| 1 | <?php namespace Luminaire\Premailer\Laravel; |
||
| 23 | class PremailerServiceProvider extends ServiceProvider |
||
| 24 | { |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Register the service provider. |
||
| 28 | * |
||
| 29 | * @return void |
||
| 30 | */ |
||
| 31 | public function register() |
||
| 45 | |||
| 46 | /** |
||
| 47 | * Boot the service provider. |
||
| 48 | * |
||
| 49 | * @return void |
||
| 50 | */ |
||
| 51 | public function boot() |
||
| 60 | |||
| 61 | } |
||
| 62 |