The constructor is what creates an instance. But it doesn't always need to have properties inside of it. It works even when empty.

Set the constructor() method as empty for this User class. This means there's nothing in between the braces.

Make sure to add { on the first line and then end with } at the end. Don't add anything between the braces this time.