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

@ -15,8 +15,8 @@ use Illuminate\Validation\Rules\Password;
class UserInviteController extends Controller
{
protected $inviteService;
protected $userRepo;
protected UserInviteService $inviteService;
protected UserRepo $userRepo;
/**
* Create a new controller instance.