Skip to content

Commit

Permalink
Inline doc clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
Propaganistas committed Aug 16, 2015
1 parent c1be613 commit 053677e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelPhoneServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function boot()
* @return void
*/
public function register() {
// Make libphonenumber available in the IoC.
// Make libphonenumber available in the application container.
$this->app->singleton('libphonenumber', function ($app) {
return PhoneNumberUtil::getInstance();
});
Expand Down

0 comments on commit 053677e

Please sign in to comment.