toplan / phpsms

:iphone::rocket:Probably the most intelligent, elegant sms send library in php
MIT License
642 stars 129 forks source link

[Toplan\PhpSms\PhpSmsException] Modify the dispatch scheme failed for [Log] agent, because the task system has already started. #96

Closed QylinFly closed 7 years ago

QylinFly commented 7 years ago

[Toplan\PhpSms\PhpSmsException]
Modify the dispatch scheme failed for [Log] agent, because the task system has already started.

toplan commented 7 years ago

@QylinFly 你好,这个是laravel-sms的一个bug,可以暂时这样处理: SmsManagerServiceProvider里面register方法里面的$this->initPhpSms()移动到boot方法里

然后等待我发布新版本更新这个bug...

toplan commented 7 years ago

请移步到这里 https://github.com/toplan/laravel-sms/issues/136