]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/UserInviteController.php
Updated auth controllers with property types
[bookstack] / app / Http / Controllers / Auth / UserInviteController.php
index 27b20f831b956d67b6501a4c17a8ee902e645a85..213959abdbc29c677bf0b685d1aac8aa77b92691 100644 (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.