]>
BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/ResetPasswordController.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Set /app PHP code to PSR-2 standard
[bookstack]
/
app
/
Http
/
Controllers
/
Auth
/
ResetPasswordController.php
diff --git
a/app/Http/Controllers/Auth/ResetPasswordController.php
b/app/Http/Controllers/Auth/ResetPasswordController.php
index eb678503d80828e7a7e700e42f2f335d252a20f4..56f1cf026f0727af67bc51d785c012bd6b74daa7 100644
(file)
--- a/
app/Http/Controllers/Auth/ResetPasswordController.php
+++ b/
app/Http/Controllers/Auth/ResetPasswordController.php
@@
-46,4
+46,4
@@
class ResetPasswordController extends Controller
return redirect($this->redirectPath())
->with('status', trans($response));
}
-}
\ No newline at end of file
+}