1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Updated auth controllers with property types

This commit is contained in:
Dan Brown
2022-09-22 15:12:05 +01:00
parent aec772c5eb
commit 7165481075
5 changed files with 12 additions and 14 deletions

View File

@ -16,9 +16,9 @@ use Laravel\Socialite\Contracts\User as SocialUser;
class SocialController extends Controller
{
protected $socialAuthService;
protected $registrationService;
protected $loginService;
protected SocialAuthService $socialAuthService;
protected RegistrationService $registrationService;
protected LoginService $loginService;
/**
* SocialController constructor.