Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 authored and github-actions[bot] committed Apr 7, 2024
1 parent ff93b12 commit b24d940
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 b24d940

Please sign in to comment.