Resolve merge conflict between editBuildGradle and main

This commit is contained in:
stella-03 2025-04-27 15:09:23 +08:00
commit ecb548d0b2
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ public class Owner extends Person {
@Column(name = "telephone")
@NotBlank
@Pattern(regexp = "\\d{10}", message = "{telephone.invalid}")
@Pattern(regexp = "\\d{10}", message = "Please enter a valid 10-digit phone number!")
private String telephone;
@OneToMany(cascade = CascadeType.ALL, fetch = FetchType.EAGER)

View file

@ -1,5 +1,5 @@
.navbar {
border-top: 4px solid #6db33f;
border-top: 10px solid #d08c27;
background-color: #34302d;
margin-bottom: 0px;
border-bottom: 0;