-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Argument 1 passed to Geocoder\Laravel\ProviderAndDumperAggregator::getArguments() must be of the type array, string given, #154
Comments
@darkcast64 Please post the complete stack trace of the error. |
Argument 1 passed to Geocoder\Laravel\ProviderAndDumperAggregator::getArguments() must be of the type array, string given, called in C:\wamp64\www\laravel\siteBertrandParrot\vendor\toin0u\geocoder-laravel\src\ProviderAndDumperAggregator.php on line 246 is it what do you want? |
The complete stack trace from |
|
To debug, first remove the type hint |
Thanks for the stack trace (in the future, don't forget to put it in code markers). |
i did what you sayed, i have this :
|
Try |
|
That third entry is the problem. In fact, the last two are both incorrect. I will see what I can find out. Thanks for reporting this. |
I am unable to replicate this at this time. Chances are this has been fixed in a previous release. Please let me know if you are still getting this after updating to the latest release. |
General Information
GeocoderLaravel Version: 4.1
Laravel Version: 5.8
PHP Version: 7.2
Operating System and Version: windows 10
Issue Description
i have this error when i try to go to my view.
i have installer toinOu/geocoder-laravel
set geocoder.php like this :
set up my controller like this :
The text was updated successfully, but these errors were encountered: