-
Notifications
You must be signed in to change notification settings - Fork 200
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
Lumen IOC Dependancy Problem #135
Comments
resolves SammyK#135
I have fixed it and made a pull request for this |
Hey @linkthrow! I'm not sure why you're getting this error as the dependencies are resolved in the server provider. Are you using the package's service provider? |
Correction: I see what you're saying now. Let me dig into this a bit more. |
Ok - so I still don't know how you're getting this message if you're using the package's service provider. Did you add the provider to your |
The constructor for the LaravelFacebookSdk required $url and $config which cannot be resolved
Unresolvable dependency resolving [Parameter #2 [ <required> array $config ]] in class SammyK\\LaravelFacebookSdk\\LaravelFacebookSdk
The text was updated successfully, but these errors were encountered: