Skip to content

Commit

Permalink
Merge pull request #16 from mikemclin/master
Browse files Browse the repository at this point in the history
Implement register method to satisfy ServiceProvider abstract method
  • Loading branch information
gregoriohc committed Aug 29, 2016
2 parents e906a04 + c2ef2ed commit b5a4620
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/TwilioProvider.php
Expand Up @@ -22,4 +22,11 @@ public function boot()
);
});
}

/**
* Register the application services.
*/
public function register()
{
}
}

0 comments on commit b5a4620

Please sign in to comment.