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
ArgumentCountError: Too few arguments to function Collective\Html\FormBuilder::__construct(), 3 passed in /mnt/c/work/katsana/vendor/orchestra/html/src/HtmlServiceProvider.php on line 52 and exactly 4 expected in /mnt/c/work/katsana/vendor/laravie/html/src/FormBuilder.php:64
The text was updated successfully, but these errors were encountered:
Description:
A change made on laravie/html made the 4th argument as required but in this repo, it was still maintained as 3 causing 'Too few arguments' errror.
The text was updated successfully, but these errors were encountered: