File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 ],
1414 "require" : {
1515 "php" : " >=7.0" ,
16- "guzzlehttp/guzzle" : " ^6.3 || ^7.0" ,
17- "illuminate/events" : " ~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0" ,
18- "illuminate/notifications" : " ~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0" ,
19- "illuminate/support" : " ~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0"
16+ "guzzlehttp/guzzle" : " ^6.3 || ^6.5 || ^ 7.0" ,
17+ "illuminate/events" : " ~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 " ,
18+ "illuminate/notifications" : " ~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 " ,
19+ "illuminate/support" : " ~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 "
2020 },
2121 "require-dev" : {
2222 "mockery/mockery" : " ^0.9.5" ,
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public function send()
3636 'flashsms ' => $ this ->flash ,
3737 'dryrun ' => $ this ->dry ,
3838 'whendelivered ' => $ this ->whendelivered ,
39- 'dontlog ' => $ this ->log ,
39+ 'dontlog ' => $ this ->log ? $ this -> log : '' ,
4040 ],
4141
4242 ]);
You can’t perform that action at this time.
0 commit comments