@@ -77,10 +77,10 @@ |
||
| 77 | 77 | } |
| 78 | 78 | |
| 79 | 79 | /** |
| 80 | - * Get the services provided by the provider. |
|
| 81 | - * |
|
| 82 | - * @return array |
|
| 83 | - */ |
|
| 80 | + * Get the services provided by the provider. |
|
| 81 | + * |
|
| 82 | + * @return array |
|
| 83 | + */ |
|
| 84 | 84 | public function provides() |
| 85 | 85 | { |
| 86 | 86 | return ['maknz.slack']; |
@@ -26,10 +26,10 @@ |
||
| 26 | 26 | protected $image_url; |
| 27 | 27 | |
| 28 | 28 | /** |
| 29 | - * Optional thumbnail that should appear within the attachment |
|
| 30 | - * |
|
| 31 | - * @var string |
|
| 32 | - */ |
|
| 29 | + * Optional thumbnail that should appear within the attachment |
|
| 30 | + * |
|
| 31 | + * @var string |
|
| 32 | + */ |
|
| 33 | 33 | protected $thumb_url; |
| 34 | 34 | |
| 35 | 35 | /** |