Skip to content

Commit

Permalink
Update SmsirlaravelServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
IPeCompany authored Dec 10, 2018
1 parent 82e5f50 commit 46e1bcb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/SmsirlaravelServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ public function register()
{
// set the main config file
$this->mergeConfigFrom(
__DIR__.'/config/smsir.php', 'smsir'
__DIR__.'/config/smsirlaravel.php', 'smsirlaravel'
);

// bind the Smsir Facade
$this->app->bind('Smsir', function () {
return new Smsir;
// bind the Smsirlaravel Facade
$this->app->bind('Smsirlaravel', function () {
return new Smsirlaravel;
});
}
}

0 comments on commit 46e1bcb

Please sign in to comment.