Skip to content
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

Fix Solved merge config error( Error: Uncaught ReflectionException: Class config does not exist in) #193

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pouu69
Copy link

@pouu69 pouu69 commented Sep 6, 2017

  • Laravel : v5.5.1
  • SDK : 3.5.0

When using version 3.5, I found an error in the source that mergeConfigForm.
If the source code is placed in the function register(){} the following error occurs.

Uncaught ReflectionException: Class config does not exist in .. blah blah

So I moved to the function boot(){} and modified the slightly fixed source.
And it works well.

almost same code

@pouu69
Copy link
Author

pouu69 commented Sep 6, 2017

Why is CI failing?

@LukeTowers
Copy link

@pouu69
Copy link
Author

pouu69 commented Sep 11, 2017

thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants