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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: