Closed sammarks closed 10 years ago
Currently, the current() method returns the current logged-in user, which is not predictable when compared to what the other classes return.
current()
Rename the current() function to something else in the User class. Perhaps loggedIn or something like that.
loggedIn
Currently, the
current()
method returns the current logged-in user, which is not predictable when compared to what the other classes return.Rename the
current()
function to something else in the User class. PerhapsloggedIn
or something like that.