Skip to content

Commit

Permalink
Merge pull request #1 from juliangums/patch-2
Browse files Browse the repository at this point in the history
Use wider RedirectResponse
  • Loading branch information
juliangums authored Jun 21, 2024
2 parents cf97d0d + f6a5ad0 commit cf75736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/Callbacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ trait Callbacks
protected ?Closure $createUserUsing = null;

/**
* @phpstan-var ?\Closure(string $provider, \DutchCodingCompany\FilamentSocialite\Models\Contracts\FilamentSocialiteUser $socialiteUser, \DutchCodingCompany\FilamentSocialite\FilamentSocialitePlugin $plugin): \Illuminate\Http\RedirectResponse
* @phpstan-var ?\Closure(string $provider, \DutchCodingCompany\FilamentSocialite\Models\Contracts\FilamentSocialiteUser $socialiteUser, \DutchCodingCompany\FilamentSocialite\FilamentSocialitePlugin $plugin): Symfony\Component\HttpFoundation\RedirectResponse
*/
protected ?Closure $redirectAfterLoginUsing = null;

Expand Down

0 comments on commit cf75736

Please sign in to comment.