Legend:
- Unmodified
- Added
- Removed
-
app/Http/Controllers/Auth/CreatePasswordController.php
r62d01a6 rc5e383e 16 16 public function showCreatePassword($id, $token) 17 17 { 18 return view("auth. create_password")->with([18 return view("auth.new_password")->with([ 19 19 "id" => $id, 20 20 "token" => $token
Note:
See TracChangeset
for help on using the changeset viewer.