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

Fixes issue with enums #33

Merged
merged 2 commits into from
Oct 24, 2023
Merged

Fixes issue with enums #33

merged 2 commits into from
Oct 24, 2023

Conversation

RhysLees
Copy link
Contributor

@RhysLees RhysLees commented Oct 24, 2023

WIll require you to change in config:

'providers' => [
    ProviderEnum::MICROSOFT_OFFICE_365(),
],

to

'providers' => [
    ProviderEnum::MICROSOFT_OFFICE_365,
],

@StanBarrows StanBarrows merged commit 4957827 into main Oct 24, 2023
10 checks passed
@StanBarrows StanBarrows deleted the feature-fixes branch October 24, 2023 13:29
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