]>
BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/UserInviteController.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Updated auth controllers with property types
[bookstack]
/
app
/
Http
/
Controllers
/
Auth
/
UserInviteController.php
diff --git
a/app/Http/Controllers/Auth/UserInviteController.php
b/app/Http/Controllers/Auth/UserInviteController.php
index 27b20f831b956d67b6501a4c17a8ee902e645a85..213959abdbc29c677bf0b685d1aac8aa77b92691 100644
(file)
--- a/
app/Http/Controllers/Auth/UserInviteController.php
+++ b/
app/Http/Controllers/Auth/UserInviteController.php
@@
-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.