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