Skip to content
Snippets Groups Projects
Verified Commit bf6477d2 authored by Matthew Wang's avatar Matthew Wang
Browse files

Add me :)

parent 77c8e7c5
No related branches found
No related tags found
1 merge request!9Add me :)
Pipeline #576041 passed
...@@ -20,6 +20,16 @@ public class Staff { ...@@ -20,6 +20,16 @@ public class Staff {
); );
} }
public Employee mxw() {
return new Employee(
"Matt",
"candy thrower",
"tired",
"matt.png",
"matt smiling in front of a polka-dotted wall."
);
}
public Employee antonio6() { public Employee antonio6() {
return new Employee( return new Employee(
"Antonio", "Antonio",
......
images/staff/matt.png

1.48 MiB

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