Set the constructor() method as empty for this User class. This means there's nothing in between the braces.
constructor()
User
Make sure to add { on the first line and then end with } at the end. Don't add anything between the braces this time.
{
}