2
votes
Using parent variables in extending class
Take a step back and look at the relationships between your classes. In your database, a Project "has a" Member(or 'user' in the DB).
Your class implementations do not reflect this relatio …
