omnipay icon indicating copy to clipboard operation
omnipay copied to clipboard

Using with laravel 10

Open GalBrigitta opened this issue 2 years ago • 0 comments
trafficstars

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.

GalBrigitta avatar Oct 16 '23 14:10 GalBrigitta