Move class method to the right place
This class method was defined in the private scope of the class but this is not working as expected for class methods. The method should be public as it's used outside from this class.
Showing
Please register or sign in to comment