Skip to content

Conversation

@icemanpro
Copy link

支持175、171号段
@lwl1989
Copy link

lwl1989 commented Apr 25, 2018

laravel 5.5 执行 php artisan vendor:publish --provider="Toplan\PhpSms\PhpSmsServiceProvider"
环境 php 7.2
报错

In SmsManagerServiceProvider.php line 60:
                            
  Class 'PhpSms' not found  
                            

解决方案:
修改
use PhpSms; 修改为下面
use Toplan\PhpSms\Sms as PhpSms;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants