Skip to content

Commit

Permalink
Merge pull request #3 from crafted-systems/analysis-gODeB4
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
Vincent Mosoti authored Sep 18, 2020
2 parents 1f9d771 + 288821e commit 6f3321d
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 @@ -39,7 +39,8 @@ public function boot()
public function register()
{
$this->mergeConfigFrom(
__DIR__.'/Config/sms.php', 'laravel-sms'
__DIR__.'/Config/sms.php',
'laravel-sms'
);
}
}

0 comments on commit 6f3321d

Please sign in to comment.