Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In your class definition, you marked more than one property or method as the default. There can only be one default property and one default method in a class.
To correct this error
- Make sure there is only one default property and one default method for this class.