File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ More advanced features like support for topics could be added in the future.
3232You can install the package via composer:
3333
3434``` bash
35- composer require laravel-notification-channels/aws-sns
35+ composer require laravel-notification-channels/aws-sns --update-with-dependencies
3636```
3737
3838### Setting up the AWS SNS service
Original file line number Diff line number Diff line change @@ -18,11 +18,10 @@ public function __construct(SnsService $snsService)
1818 }
1919
2020 /**
21- * @param string $destination Phone number as described by the E.164 format.
21+ * @param string $destination Phone number as described by the E.164 format.
22+ * @return \Aws\Result
2223 *
2324 * @throws AwsException
24- *
25- * @return \Aws\Result
2625 */
2726 public function send (SnsMessage $ message , $ destination )
2827 {
You can’t perform that action at this time.
0 commit comments