Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
vmosoti authored and StyleCIBot committed Sep 18, 2020
1 parent 1f9d771 commit 288821e
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 288821e

Please sign in to comment.