SyntaxFix
Write A Post
Hire A Developer
Questions
In my case, I forgot to add the ()
()
I was calling the method like this
obj = className.myMethod
But it should be is like this
obj = className.myMethod()