Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Apr 7, 2024
2 parents 51ad36c + b24d940 commit c67bdb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SmsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ class SmsServiceProvider extends ServiceProvider
public function register(): void
{
$this->mergeConfigFrom(
__DIR__.'/../config/sms.php', 'sms'
__DIR__.'/../config/sms.php',
'sms'
);
}

Expand Down

0 comments on commit c67bdb7

Please sign in to comment.