Skip to content
Snippets Groups Projects
Commit 397aaae9 authored by Shangzhen Yang's avatar Shangzhen Yang
Browse files

Merge branch 'shangy24_staff_page' into 'main'

Readd shangy24 method in Staff

See merge request !164
parents 984e59e8 5a9f4743
No related branches found
No related tags found
2 merge requests!164Readd shangy24 method in Staff,!156Main
Pipeline #577221 passed with stages
in 2 minutes and 2 seconds
......@@ -857,5 +857,15 @@ public class Staff {
"🙏"
);
}
public Employee shangy24() {
return new Employee(
"Shangzhen Yang",
"Student",
"Hello, World!",
"your-name.jpg",
"Wallpaper of Movie Your Name"
);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment