Changeset 249bf91 for app/Http/Controllers/SessionsController.php
- Timestamp:
- 06/05/24 13:35:43 (5 months ago)
- Branches:
- main
- Children:
- 768f473
- Parents:
- f7acd52
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Http/Controllers/SessionsController.php
rf7acd52 r249bf91 42 42 Session::put('is_policeman', $policeman); 43 43 if($policeman){ 44 Session::put('p _id', $exists[0]->p_id);44 Session::put('pe_id', $exists[0]->p_id); 45 45 } else { 46 46 Session::put('pe_id', $exists[0]->pe_id);
Note:
See TracChangeset
for help on using the changeset viewer.