Changeset 7e9dadd for app/Http/Controllers/SessionsController.php
- Timestamp:
- 02/12/24 14:17:23 (9 months ago)
- Branches:
- main
- Children:
- 2bd3041
- Parents:
- 92df8cd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Http/Controllers/SessionsController.php
r92df8cd r7e9dadd 46 46 Session::put('pe_id', $exists[0]->pe_id); 47 47 } 48 return redirect()->intended('/');48 return view('welcome'); 49 49 } 50 50
Note:
See TracChangeset
for help on using the changeset viewer.