@@ -25,10 +25,10 @@ discard block |
||
| 25 | 25 | } |
| 26 | 26 | |
| 27 | 27 | /** |
| 28 | - * Register any application services. |
|
| 29 | - * |
|
| 30 | - * @return void |
|
| 31 | - */ |
|
| 28 | + * Register any application services. |
|
| 29 | + * |
|
| 30 | + * @return void |
|
| 31 | + */ |
|
| 32 | 32 | public function register() |
| 33 | 33 | { |
| 34 | 34 | // Merge the package configuration file with the application's published copy. |
@@ -43,10 +43,10 @@ discard block |
||
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | /** |
| 46 | - * Get the services provided by the provider. |
|
| 47 | - * |
|
| 48 | - * @return array |
|
| 49 | - */ |
|
| 46 | + * Get the services provided by the provider. |
|
| 47 | + * |
|
| 48 | + * @return array |
|
| 49 | + */ |
|
| 50 | 50 | public function provides() |
| 51 | 51 | { |
| 52 | 52 | return [Sendinblue::class]; |