Add config to change redirect after login

This commit is contained in:
Nabeel Shahzad
2018-03-16 11:40:09 -05:00
parent 92bb56e344
commit 15d483b332
2 changed files with 6 additions and 1 deletions

View File

@@ -45,6 +45,8 @@ class RegisterController extends Controller
$this->airportRepo = $airportRepo;
$this->userService = $userService;
$this->middleware('guest');
$this->redirectTo = config('app.login_redirect');
}
/**