-
- Downloads
Stop calling write method from the class
and call it from object instance, otherwise generate would fail. write method should not be a classinstance since a Class won't have useful information to write, and can't be an static method since it requires an argument.
Please register or sign in to comment