Skip to content

Commit

Permalink
Merge pull request #142 from toplan/dev
Browse files Browse the repository at this point in the history
2.6.2
  • Loading branch information
toplan authored Mar 27, 2017
2 parents 0ff7922 + 3b692ef commit 2713c12
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

在项目根目录下运行如下composer命令:
```php
//安装2.6版本(推荐)
//安装2.0版本
composer require toplan/laravel-sms:^2.6

//安装开发中版本
Expand Down
2 changes: 1 addition & 1 deletion src/Toplan/LaravelSms/SmsManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class SmsManager
{
const VERSION = '2.6.0';
const VERSION = '2.6.2';

const STATE_KEY = '_state';

Expand Down
10 changes: 0 additions & 10 deletions src/Toplan/LaravelSms/SmsManagerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,4 @@ protected function phpSms()
DB::commit();
});
}

/**
* 获取提供的服务
*
* @return array
*/
public function provides()
{
return ['Toplan\\Sms\\SmsManager'];
}
}

0 comments on commit 2713c12

Please sign in to comment.