Closed Xiongzhenyu closed 7 years ago
My guess is that you use the class the wrong way. You should either use the facade Marcelgwerder\ApiHandler\Facades\ApiHandler
"statically" or inject the class Marcelgwerder\ApiHandler\ApiHandler
in a class that supports dependency injection.
Yes, i use Marcelgwerder\ApiHandler\ApiHandler. i fix then, is true now
ApiHandler class parseSingle and parseMultiple is not static , so can't use ApiHandler::parseMultiple