Hello everyone, just after installing the firewall package, I worked on a feature where I had to send an email. Unfortunately, Laravel threw an error: ArgumentCountError: Too few arguments to function Illuminate\Mail\Mailable::Illuminate\Mail\{closure}(), 0 passed in /var/www/html/administration/vendor/pragmarx/support/src/helpers.php. After much research, I realized that the firewall package was using a helper function that already exists in Laravel. I tried to find solutions through Google and even ChatGPT, but none of the proposed solutions worked.
I use Laravel 10