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

Replace setEnvironment with setEnvProperty #145

Merged
merged 3 commits into from
Oct 7, 2019

Conversation

nstapelbroek
Copy link
Contributor

Hey again 👋

I wondered through the code and saw some small changes. Let me know if you agree. I'd be happy to change anything :)

Changes

  • Replaced setEnvironment with setEnvProperty since it was marked deprecated in the SDK
  • Removed some code from the service provider because I believe it wasn't used. Please challenge me on this if I'm wrong 😄
  • Re-aligned some empty return statements for consistency.

Testing

Let's check the integration with a running Laravel application. I

  • This change has been tested on the latest version Laravel

Checklist

This was deprecated in Auth0 SDK 5.4.0
Since the ServiceProvider does more than just registering services it cannot
be used for deffered loading.
@nstapelbroek nstapelbroek requested a review from a team October 4, 2019 09:09
@joshcanhelp joshcanhelp added this to the 5.3.1 milestone Oct 7, 2019
@joshcanhelp joshcanhelp merged commit 6299e0e into auth0:master Oct 7, 2019
@nstapelbroek nstapelbroek deleted the small-consistency-changes branch October 10, 2019 20:03
@joshcanhelp joshcanhelp changed the title ReplacesetEnvironment with setEnvProperty Replace setEnvironment with setEnvProperty Nov 14, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants