middleware inheritance #87
Labels
bug
Something isn't working
discussion required
documentation
Improvements or additions to documentation
Let's assume that we have ParentMiddleware which has overloaded method listen_any and ChildMiddleware which inherited from ParentMiddleware and has not any of required methods.
In that case, ChildMiddleware cannot be used
The text was updated successfully, but these errors were encountered: