Php 拉拉维可以';无法检测正确的通知类

Php 拉拉维可以';无法检测正确的通知类,php,laravel,Php,Laravel,在为Laravel通知创建一个简单的驱动程序作为SmsChannel之后,当我尝试使用Laravel通知时,我得到以下错误: TypeError App\Channels\SmsChannel::send(): Argument #2 ($notification) must be of type Illuminate\Notifications\Notification, Modules\User\Notifications\SendVerifyCode given, called in

在为
Laravel
通知创建一个简单的驱动程序作为
SmsChannel
之后,当我尝试使用
Laravel通知时,我得到以下错误:

TypeError
App\Channels\SmsChannel::send(): Argument #2 ($notification) 
must be of type Illuminate\Notifications\Notification, Modules\User\Notifications\SendVerifyCode given, 
called in /var/www/vendor/laravel/framework/src/Illuminate/Notifications/NotificationSender.php on line 148 
SmsChannel
class:


创建自定义通知时,应扩展Laravel的基本通知类