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

Remove invalid use statements #11

Merged
merged 1 commit into from
Oct 25, 2017

Conversation

shadowhand
Copy link
Contributor

These use statements are importing the global Email, Exception, and Response classes. Since those classes do not exist, the local namespace'd classes are used instead.

This error becomes apparent when trying to use the Client class elsewhere.

@shadowhand
Copy link
Contributor Author

Example of error message:

PHP Fatal error: Cannot use Email as Email because the name is already in use in /home/travis/build/RoundingWell/RWell/vendor/fastglass/sendgrid/src/Client.php on line 4

@taz77
Copy link
Owner

taz77 commented Oct 25, 2017

Thanks. I got to get busy to finish the conversion to v3. I just never find enough time to work on it because it's a huge rewrite.

@taz77 taz77 merged commit 3ab606a into taz77:master Oct 25, 2017
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.

2 participants