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
ErrorException: mb_strlen() expects parameter 1 to be string, object given
.../framework/src/Illuminate/Validation/Concerns/ValidatesAttributes.php:1344
.../framework/src/Illuminate/Validation/Concerns/ValidatesAttributes.php:895
.../framework/src/Illuminate/Validation/Validator.php:338
.../framework/src/Illuminate/Validation/Validator.php:253
.../framework/src/Illuminate/Validation/Validator.php:604
This is because, on ValidatesAttributes.php:1344 it expects a string, but it receives an ECodesleeve\Stapler\Attachment Object
Best regards.
The text was updated successfully, but these errors were encountered:
When using a validation similar to this:
It gives an error like this one:
This is because, on
ValidatesAttributes.php:1344
it expects a string, but it receives anECodesleeve\Stapler\Attachment Object
Best regards.
The text was updated successfully, but these errors were encountered: