Ignore:
Timestamp:
02/04/23 18:48:07 (22 months ago)
Author:
milamihajlovska <mila.mihajlovska01@…>
Branches:
master
Children:
6032d44
Parents:
adf250d
Message:

register method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/com/example/moviezone/model/Worker.java

    radf250d r27adfc8  
    77import org.springframework.security.core.GrantedAuthority;
    88
     9import java.time.LocalDate;
    910import java.util.Collection;
    1011import java.util.Collections;
     
    2627    @JoinColumn(name = "id_cinema")
    2728    Cinema cinema;
     29
     30//    public Worker(String password, String first_name, String last_name, String address, String contact_number, String username) {
     31//        super(password, first_name, last_name, address, contact_number, username);
     32//    }
     33
    2834    @Override
    2935    public Collection<? extends GrantedAuthority> getAuthorities() {
Note: See TracChangeset for help on using the changeset viewer.