Ignore:
Timestamp:
02/02/22 19:35:14 (2 years ago)
Author:
andrejTavchioski <andrej.tavchioski@…>
Branches:
master
Children:
80ddcae, c71fa06
Parents:
df4089c
Message:

parkingZone and parkingSession services fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/app/src/main/java/parkup/entities/Guest.java

    rdf4089c r98f448a  
    4747
    4848
    49     public Guest() {this.role=UserRole.GUEST;}
     49    public Guest() {this.role=UserRole.ROLE_USER;}
    5050
    5151    public Guest(int guestId, Plate plate, String email, String mobile) {
     
    5454        this.email = email;
    5555        this.mobile = mobile;
    56         this.role=UserRole.GUEST;
     56        this.role=UserRole.ROLE_USER;
    5757    }
    5858
     
    6161        this.email = email;
    6262        this.mobile = mobile;
    63         this.role=UserRole.GUEST;
     63        this.role=UserRole.ROLE_USER;
    6464    }
    6565
Note: See TracChangeset for help on using the changeset viewer.