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

@ -14,9 +14,9 @@ use Illuminate\Http\Request;
class ConfirmEmailController extends Controller
{
protected $emailConfirmationService;
protected $loginService;
protected $userRepo;
protected EmailConfirmationService $emailConfirmationService;
protected LoginService $loginService;
protected UserRepo $userRepo;
/**
* Create a new controller instance.