Skip to content

Commit

Permalink
Service Provider changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Kintanar committed May 24, 2018
1 parent 7689612 commit 3ddada2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Providers/SMSProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@

namespace LaravelCebu\Itexmo\Providers;

use Illuminate\Support\ServiceProvider;
use LaravelCebu\Itexmo\Itexmo;

class SMSProvider extends ServiceProvider
{

public function provides()
{
return [Itexmo::class];
}

public function boot()
{
$this->publishes([
Expand Down

0 comments on commit 3ddada2

Please sign in to comment.