SocialAuthService $socialAuthService,
RegistrationService $registrationService,
LoginService $loginService
- )
- {
+ ) {
$this->middleware('guest')->only(['getRegister', 'postRegister']);
$this->socialAuthService = $socialAuthService;
$this->registrationService = $registrationService;