0
What can I do to correct the following error, which appears when I request Reset Password system user:
Argument 2 passed to Illuminate\Translation\Translator::getFromJson() must be of the type array, int given, called in /.../laravel/framework/src/Illuminate/Support/Facades/Facade.php on line 237
In neither of these two files I made changes and followed the configuration as it is there on the site Laravel.
How is the request being made? What are the functions and their codes involved in the process?
– Victor Carnaval
I didn’t write any code, everything is being done by Laravel himself. The only thing I did was on the command line, passing the command of the framework to build User Authentication.
– Felipe D
We need to know where you’ve changed, impossible to know only with the thrown exception
– novic