Skip to content

Commit

Permalink
Add default sender number for faraz
Browse files Browse the repository at this point in the history
  • Loading branch information
omalizadeh committed Jul 9, 2024
1 parent 6d964be commit db384d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sms.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
'faraz_sms' => [
'driver_class' => \Omalizadeh\Sms\Drivers\FarazSms\FarazSms::class,
'api_key' => '',
'default_sender' => env('FARAZ_DEFAULT_SENDER')
'default_sender' => env('FARAZ_SMS_DEFAULT_SENDER', '+983000505'),
],
];

0 comments on commit db384d6

Please sign in to comment.