Ignore:
Timestamp:
06/12/24 20:14:25 (5 months ago)
Author:
bube-ristovska <ristovska725@…>
Branches:
main
Children:
69e9f5d
Parents:
249bf91
Message:

Final features

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/Http/Controllers/SessionsController.php

    r249bf91 r768f473  
    4242            Session::put('is_policeman', $policeman);
    4343            if($policeman){
    44                 Session::put('pe_id', $exists[0]->p_id);
     44                Session::put('p_id', $exists[0]->p_id);
    4545            } else {
    4646                Session::put('pe_id', $exists[0]->pe_id);
Note: See TracChangeset for help on using the changeset viewer.