]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/ConfirmEmailController.php
Quick run through of applying new test entity helper class
[bookstack] / app / Http / Controllers / Auth / ConfirmEmailController.php
index 873d88475eb2bab2c3bcd8033136aa2ff2cce0bd..ea633ff3ab8cb9bc039cd41ea84dc16450c58a04 100644 (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.