You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Works fine with laravel 10, but when I want to use the laravel built in mailable (like in the verification or registration), got this error:
ArgumentCountError: Too few arguments to function Illuminate\Notifications\Channels\MailChannel::Illuminate\Notifications\Channels{closure}(), 0 passed in C:....\vendor\bytic\utility\src\helpers\general.php on line 103 and exactly 1 expected in file C:......\vendor\laravel\framework\src\Illuminate\Notifications\Channels\MailChannel.php on line 114
Works fine with laravel 10, but when I want to use the laravel built in mailable (like in the verification or registration), got this error:
ArgumentCountError: Too few arguments to function Illuminate\Notifications\Channels\MailChannel::Illuminate\Notifications\Channels{closure}(), 0 passed in C:....\vendor\bytic\utility\src\helpers\general.php on line 103 and exactly 1 expected in file C:......\vendor\laravel\framework\src\Illuminate\Notifications\Channels\MailChannel.php on line 114
#0 C:....\vendor\bytic\utility\src\helpers\general.php(103): Illuminate\Notifications\Channels\MailChannel->Illuminate\Notifications\Channels{closure}()
Obviously without this package there is no issue.
The text was updated successfully, but these errors were encountered: