- Timestamp:
- 08/26/24 12:46:54 (3 months ago)
- Branches:
- main
- Children:
- 8a258ab
- Parents:
- 69e9f5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Http/Controllers/SessionsController.php
r69e9f5d r092fcda 45 45 if($policeman){ 46 46 Session::put('pe_id', $is_policeman[0]->pe_id); 47 Session::put('p_id', $is_policeman[0]->p_id); 47 48 } else { 48 49 Session::put('pe_id', $is_officer[0]->pe_id);
Note:
See TracChangeset
for help on using the changeset viewer.