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

@@ -35,11 +35,9 @@ class RegisterController extends Controller
/**
* Where to redirect users after login / registration.
*
* @var string
*/
protected $redirectTo = '/';
protected $redirectPath = '/';
protected string $redirectTo = '/';
protected string $redirectPath = '/';
/**
* Create a new controller instance.