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

Class not found on case sensitive servers #10

Closed
Gnative opened this issue Jan 24, 2020 · 1 comment
Closed

Class not found on case sensitive servers #10

Gnative opened this issue Jan 24, 2020 · 1 comment

Comments

@Gnative
Copy link
Contributor

Gnative commented Jan 24, 2020

Class 'GeneaLabs\LaravelSignInWithApple\Providers\SignInWithAppleProvider' not found
error thrown on case sensitive server.

Class file name is SigninWithAppleProvider.php when it should be SignInWithAppleProvider.php
Capital I on SignIn.

as referenced in the ServiceProvider.php

 return $socialite
                    ->buildProvider(SignInWithAppleProvider::class, $config);
@mikebronner
Copy link
Owner

Thanks for the PR ... sorry it took so long. This should now be fixed in release 0.4.1.

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

No branches or pull requests

2 participants