Skip to content

Commit

Permalink
fetch from config
Browse files Browse the repository at this point in the history
  • Loading branch information
awkwardusername committed May 25, 2018
1 parent 358cca6 commit 022d6cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2

env:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion src/GlobeLabsSmsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function boot()
'headers' => [
'Content-Type' => 'application/json',
],
'verify' => false
'verify' => config('broadcasting.connections.globe_labs_sms.verify_ssl', true)
]);
});
}
Expand Down

0 comments on commit 022d6cb

Please sign in to comment.